summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 153ed35db672..f68acb79a317 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
# Generated by mksrcinfo v8
-# Fri Sep 1 16:32:50 UTC 2017
+# Fri Sep 1 20:12:28 UTC 2017
pkgbase = python-lrzip
pkgdesc = Python bindings to LRZIP (https://github.com/ckolivas/lrzip)
pkgver = 1.0.0
- pkgrel = 4
+ pkgrel = 5
url = https://pypi.python.org/pypi/lrzip
arch = i686
arch = x86_64
license = LGPL3
makedepends = python
makedepends = python2
- makedepends = lrzip
+ makedepends = lrzip-git
makedepends = python-setuptools
makedepends = python2-setuptools
depends = python
depends = python2
- depends = lrzip
+ depends = lrzip-git
source = https://files.pythonhosted.org/packages/source/l/lrzip/lrzip-1.0.0.tar.gz
source = lrzip-1.0.0.tar.gz.sig
sha512sums = ee1aef3199da84754e7b2e0f55d4ee9fbae46a308b811b68f533d04c803f1754be3cac0a1d1809baaff5e267762b9649b7ed6ab0e4ce67187ae6da25ef5d24ca
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=