summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfordprefect2024-03-15 10:20:38 +0100
committerfordprefect2024-03-15 10:20:38 +0100
commitfb898677df910e54a0d97ffe3145fac8c25ad56c (patch)
tree7115d3edc19e48bfb22fd2ced26b3410cddaeeab /PKGBUILD
parentdd8d1d5faff626bf8d77dddb1bd316ee4a0729cb (diff)
downloadaur-python-androguard.tar.gz
4.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd74d225d1c9..610ad4b3b6dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-androguard
-pkgver=4.1.0
+pkgver=4.1.1
pkgrel=1
pkgdesc="Python framework for Android application analysis."
arch=("any")
@@ -9,7 +9,7 @@ depends=("python" "python-setuptools" "ipython" "python-future" "python-networkx
makedepends=("python-build" "python-installer" "python-wheel" "python-poetry")
options=(!emptydirs)
source=("$pkgname-$pkgver.tar.gz::https://github.com/androguard/androguard/archive/v${pkgver}.tar.gz")
-md5sums=('3cfca87d9396ae48e96c995170628379')
+md5sums=('18abca99ea35fcf5bfc6d1d1a2c8f315')
build() {
cd androguard-$pkgver