mirror of
https://github.com/archlinux/aur.git
synced 2026-03-04 06:25:25 +01:00
Update to 0.16.2
Signed-off-by: Страхиња Радић <contact@strahinja.org>
This commit is contained in:
parent
8b865c7338
commit
3f88d8323b
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,11 +1,11 @@
|
|||
pkgbase = sled
|
||||
pkgdesc = Simple text editor
|
||||
pkgver = 0.16.1
|
||||
pkgrel = 2
|
||||
pkgver = 0.16.2
|
||||
pkgrel = 1
|
||||
url = https://strahinja.srht.site/sled
|
||||
arch = x86_64
|
||||
license = GPL3
|
||||
source = sled-0.16.1.tar.gz::https://git.sr.ht/~strahinja/sled/archive/v0.16.1.tar.gz
|
||||
md5sums = 8e3367817a0b3a8c2fa500fc5b0acd8e
|
||||
source = sled-0.16.2.tar.gz::https://git.sr.ht/~strahinja/sled/archive/v0.16.2.tar.gz
|
||||
md5sums = ff1d708874ec70f1c5745f205f88c7fa
|
||||
|
||||
pkgname = sled
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,13 +1,13 @@
|
|||
# Maintainer: Strahinya Radich <contact@strahinja.org>
|
||||
pkgname=sled
|
||||
pkgver=0.16.1
|
||||
pkgrel=2
|
||||
pkgver=0.16.2
|
||||
pkgrel=1
|
||||
pkgdesc="Simple text editor"
|
||||
arch=('x86_64')
|
||||
url="https://strahinja.srht.site/sled"
|
||||
license=('GPL3')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~strahinja/sled/archive/v$pkgver.tar.gz")
|
||||
md5sums=('8e3367817a0b3a8c2fa500fc5b0acd8e')
|
||||
md5sums=('ff1d708874ec70f1c5745f205f88c7fa')
|
||||
|
||||
build() {
|
||||
cd "${pkgname}-v$pkgver"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue