summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db3ad764b67b..3f71774573d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pycrate
pkgdesc = Python library for manipulating various digital formats in an easy way.
- pkgver = 0.4
- pkgrel = 4
+ pkgver = 0.5.3
+ pkgrel = 1
url = https://github.com/P1sec/pycrate
arch = any
license = LGPL2.1
@@ -10,8 +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.4.tar.gz
- md5sums = 0a3a6747c3d87929bd50e3be349b2dea
+ source = https://github.com/P1sec/pycrate/archive/0.5.3.tar.gz
+ md5sums = defec86609af5c54bdc55f2126dcd285
pkgname = python-pycrate
-
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}