summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoreugene2024-01-16 18:48:35 +0200
committereugene2024-01-16 18:48:35 +0200
commiteced52ea1856ffdeaaef0e8ea068e2d9639c1be7 (patch)
treed12afafb6eaa4b238c7f7839c472c54c33a97514 /PKGBUILD
parent8c3e8149f7c8a2aaafa310bd704a1aef581cd549 (diff)
downloadaur-eced52ea1856ffdeaaef0e8ea068e2d9639c1be7.tar.gz
update to 1.4.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1b2cf865ade..360dc95398a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
# Contributor: Max Meyer <dev@fedux.org>
pkgname=python-pacparser
-pkgver=1.4.2
+pkgver=1.4.3
pkgrel=1
pkgdesc='Python 3.x pacparser module'
arch=(i686 x86_64 aarch64)
-license=(LGPL)
+license=(LGPL-3.0-only)
url=https://github.com/manugarg/pacparser
-depends=('python>=3.7')
+depends=('python>=3.8')
makedepends=(git)
options=(!makeflags)
-_tag=0bf0636de624996fe202b51eec8a58abd774269e
+_tag=eee2f73bc1d6c081261e2c53dc75fe2bbe660435
source=(git+https://github.com/manugarg/pacparser.git#tag=$_tag)
sha256sums=(SKIP)