summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c9da0c738e3..cc985357136b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Olivier Le Moal <mail@olivierlemoal.fr>
pkgbase=python-pycrate
pkgname=('python2-pycrate' 'python-pycrate')
-pkgver=0.3
+pkgver=0.4
pkgrel=1
pkgdesc="Python library for manipulating various digital formats in an easy way."
arch=(any)
url="https://github.com/P1sec/pycrate"
license=('LGPL2.1')
conflicts=("python-pycrate-git" "python2-pycrate-git")
-source=('https://github.com/P1sec/pycrate/archive/0.3.tar.gz')
-md5sums=('e194f596e7d16bb1c675551a56dcc38d')
+source=(https://github.com/P1sec/pycrate/archive/${pkgver}.tar.gz)
+md5sums=('0a3a6747c3d87929bd50e3be349b2dea')
package_python-pycrate() {
depends=('python')