summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbrent s2017-09-01 16:12:28 -0400
committerbrent s2017-09-01 16:12:28 -0400
commitb740339d5a2d4baeced2cb92b5d3fadba75ba2c4 (patch)
tree71972e4d24aa3dc590500f07f55fb0a1ea094037 /PKGBUILD
parent79c129c823b97ee989d9f47e915bb80603c337ed (diff)
downloadaur-b740339d5a2d4baeced2cb92b5d3fadba75ba2c4.tar.gz
gorram upstream taking forever for a release with fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 945fa49f60d1..8979bb8ee702 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@ validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
# News updates for packages can be followed at https://devblog.square-r00t.net
pkgname=python-lrzip
pkgver=1.0.0
-pkgrel=4
+pkgrel=5
pkgdesc="Python bindings to LRZIP (https://github.com/ckolivas/lrzip)"
arch=( 'i686' 'x86_64' )
url="https://pypi.python.org/pypi/lrzip"
license=( 'LGPL3' )
-depends=( 'python' 'python2' 'lrzip' )
-makedepends=( 'python' 'python2' 'lrzip' 'python-setuptools' 'python2-setuptools' )
+depends=( 'python' 'python2' 'lrzip-git' ) # replace -git with versioned after new release
+makedepends=( 'python' 'python2' 'lrzip-git' 'python-setuptools' 'python2-setuptools' ) # replace -git with versioned after new release
_pkgname=lrzip
install=
changelog=