summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOlivier Le Moal2021-10-26 23:35:49 +0200
committerOlivier Le Moal2021-10-26 23:35:49 +0200
commit31fe628bad699cfab17391328ad9f75f95bb03fe (patch)
treec0f9362a8ac843cbb1a4830303ab7c2178200498 /PKGBUILD
parent327a98e880ce8a9bea6257cd90968fa6e483d859 (diff)
downloadaur-31fe628bad699cfab17391328ad9f75f95bb03fe.tar.gz
Update to 0.5.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 425ebd5acbd3..12c2ca802771 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Olivier Le Moal <mail@olivierlemoal.fr>
pkgname='python-pycrate'
-pkgver=0.4
-pkgrel=4
+pkgver=0.5.3
+pkgrel=1
pkgdesc="Python library for manipulating various digital formats in an easy way."
arch=(any)
conflicts=("python-pycrate-git")
@@ -12,7 +12,7 @@ optdepends=('python-lxml: The pycrate_diameter part uses lxml as optional depend
url="https://github.com/P1sec/pycrate"
license=('LGPL2.1')
source=(https://github.com/P1sec/pycrate/archive/${pkgver}.tar.gz)
-md5sums=('0a3a6747c3d87929bd50e3be349b2dea')
+md5sums=('defec86609af5c54bdc55f2126dcd285')
package() {
cd pycrate-${pkgver}