summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Le Moal2022-09-06 22:59:17 +0200
committerOlivier Le Moal2022-09-06 22:59:17 +0200
commit43200a30fbc5e7b120316993853f0138329cfa2b (patch)
tree84f8ff6fc637eb00b58d890fabe8013760f721fd
parentecdb9f5192022b98b962eba046ebbc987494f751 (diff)
downloadaur-43200a30fbc5e7b120316993853f0138329cfa2b.tar.gz
Update to 0.5.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ca6c21a141a..f59504fe1219 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pycrate
pkgdesc = Python library for manipulating various digital formats in an easy way.
- pkgver = 0.5.4
+ pkgver = 0.5.5
pkgrel = 1
url = https://github.com/P1sec/pycrate
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-pycrate
optdepends = python-sctp: The pycrate_corenet part requires pysctp to run.
optdepends = python-cryptomobile: The pycrate_corenet part requires CryptoMobile to run. The pycrate_mobile/TS24301_EMM and pycrate_mobile/TS24501_FGMM modules use CryptoMobile as optional dependency to cipher / decipher LTE and 5G NAS messages.
conflicts = python-pycrate-git
- source = https://github.com/P1sec/pycrate/archive/0.5.4.tar.gz
- md5sums = 144aadb3c31e284be141aab8e709b70d
+ source = https://github.com/P1sec/pycrate/archive/0.5.5.tar.gz
+ md5sums = 0c911b9b82a7d1c4034427472d84d9d6
pkgname = python-pycrate
diff --git a/PKGBUILD b/PKGBUILD
index 238bcda62389..af38816c8eff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Olivier Le Moal <mail@olivierlemoal.fr>
pkgname=python-pycrate
-pkgver=0.5.4
+pkgver=0.5.5
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=('144aadb3c31e284be141aab8e709b70d')
+md5sums=('0c911b9b82a7d1c4034427472d84d9d6')
package() {
cd pycrate-${pkgver}