aboutsummaryrefslogtreecommitdiffstats
path: root/dist/archlinux/stable/PKGBUILD
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-08-09 04:39:27 +0200
committerMattias Andrée <maandree@operamail.com>2013-08-09 04:39:27 +0200
commit8c4b6b9ba58c95a61c6c0afc0a6a3c76b2f6245e (patch)
tree9b6e7114547a3af57df380d14567568fd5043387 /dist/archlinux/stable/PKGBUILD
parentstronger license = better license (diff)
downloadsets-8c4b6b9ba58c95a61c6c0afc0a6a3c76b2f6245e.tar.gz
sets-8c4b6b9ba58c95a61c6c0afc0a6a3c76b2f6245e.tar.bz2
sets-8c4b6b9ba58c95a61c6c0afc0a6a3c76b2f6245e.tar.xz
update pkgbuild
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'dist/archlinux/stable/PKGBUILD')
-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
}