aboutsummaryrefslogtreecommitdiffstats
path: root/dist/archlinux
diff options
context:
space:
mode:
Diffstat (limited to 'dist/archlinux')
-rw-r--r--dist/archlinux/stable/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD
index e291919..de17caf 100644
--- a/dist/archlinux/stable/PKGBUILD
+++ b/dist/archlinux/stable/PKGBUILD
@@ -1,23 +1,23 @@
# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
pkgname=sets
-pkgver=1.1
+pkgver=1.3
pkgrel=1
pkgdesc="The practical way to do set operations on sets of lines in the shell"
arch=('any')
-url="https://github.com/maandree/$pkgname"
+url="https://github.com/maandree/sets"
license=('AGPL3')
depends=('python>=3')
provides=($pkgname)
conflicts=($pkgname)
-source=($url/tarball/$pkgver)
-md5sums=(aa7dd6483f4b781204ea1d346c71d1a5)
+source=($url/archive/$pkgver.tar.gz)
+sha256sums=(3f0f7fa0918991530f51f1c5d066e662a4e19169eda14295d6f3ff261c70bcce)
build() {
- cd maandree-${pkgname}-*
+ cd sets-$pkgver
make DESTDIR="$pkgdir/"
}
package() {
- cd maandree-${pkgname}-*
+ cd sets-$pkgver
make DESTDIR="$pkgdir/" install
}