summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreugene2024-01-16 18:48:35 +0200
committereugene2024-01-16 18:48:35 +0200
commiteced52ea1856ffdeaaef0e8ea068e2d9639c1be7 (patch)
treed12afafb6eaa4b238c7f7839c472c54c33a97514
parent8c3e8149f7c8a2aaafa310bd704a1aef581cd549 (diff)
downloadaur-eced52ea1856ffdeaaef0e8ea068e2d9639c1be7.tar.gz
update to 1.4.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c58adc97cfd..eb4a027507eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = python-pacparser
pkgdesc = Python 3.x pacparser module
- pkgver = 1.4.2
+ pkgver = 1.4.3
pkgrel = 1
url = https://github.com/manugarg/pacparser
arch = i686
arch = x86_64
arch = aarch64
- license = LGPL
+ license = LGPL-3.0-only
makedepends = git
- depends = python>=3.7
+ depends = python>=3.8
options = !makeflags
- source = git+https://github.com/manugarg/pacparser.git#tag=0bf0636de624996fe202b51eec8a58abd774269e
+ source = git+https://github.com/manugarg/pacparser.git#tag=eee2f73bc1d6c081261e2c53dc75fe2bbe660435
sha256sums = SKIP
pkgname = python-pacparser
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)