summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Le Moal2019-02-28 16:35:27 +0100
committerOlivier Le Moal2019-02-28 16:35:27 +0100
commitdfb897130b6ee5578ca7b783884f79a35cedd9b4 (patch)
tree97989ace0cd6af632aa3785020d0c66992e7e3a5
parentf90dcef31d238a70f71ca131cdbf077ca8e1aae7 (diff)
downloadaur-dfb897130b6ee5578ca7b783884f79a35cedd9b4.tar.gz
update to 0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e658851cb0ab..97bec15a7100 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-pycrate
pkgdesc = Python library for manipulating various digital formats in an easy way.
- pkgver = 0.3
+ pkgver = 0.4
pkgrel = 1
url = https://github.com/P1sec/pycrate
arch = any
license = LGPL2.1
conflicts = python-pycrate-git
conflicts = python2-pycrate-git
- source = https://github.com/P1sec/pycrate/archive/0.3.tar.gz
- md5sums = e194f596e7d16bb1c675551a56dcc38d
+ source = https://github.com/P1sec/pycrate/archive/0.4.tar.gz
+ md5sums = 0a3a6747c3d87929bd50e3be349b2dea
pkgname = python2-pycrate
depends = python2
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')