summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOlivier Le Moal2023-07-11 09:43:20 +0200
committerOlivier Le Moal2023-07-11 09:43:20 +0200
commitecf14598ab2ce3e3739713f94ed74ef7beb4b2f4 (patch)
tree1f5dfca453d187864b30069577eecf28e3ec97b7 /PKGBUILD
parent43200a30fbc5e7b120316993853f0138329cfa2b (diff)
downloadaur-ecf14598ab2ce3e3739713f94ed74ef7beb4b2f4.tar.gz
Update to 0.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index af38816c8eff..1512ab20f557 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Olivier Le Moal <mail@olivierlemoal.fr>
pkgname=python-pycrate
-pkgver=0.5.5
+pkgver=0.6.0
pkgrel=1
pkgdesc="Python library for manipulating various digital formats in an easy way."
arch=(any)
@@ -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=('0c911b9b82a7d1c4034427472d84d9d6')
+md5sums=('f17ac5c4aaf2cec54134fa27b6eb02d2')
package() {
cd pycrate-${pkgver}