summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e17cd76f91ba..dc6e43cb99a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = python-unalix-rev
pkgdesc = Unalix is a library written in Python, it implements the specification used by the ClearURLs addon for removing tracking fields from URLs.
pkgver = 0.9.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/icealtria/unalix-rev
arch = any
license = LGPL3
+ makedepends = python-installer
source = https://files.pythonhosted.org/packages/py3/u/unalix-rev/unalix_rev-0.9.1-py3-none-any.whl
sha256sums = feb7c9ff79d0e4d37d2f8121b992a5b82a5f9d9426fff973b4c267280e8244aa
diff --git a/PKGBUILD b/PKGBUILD
index 0b43a3dfceff..90dee3fd461f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,11 @@ pkgname=python-unalix-rev
_name=${pkgname#python-}
pkgdesc="Unalix is a library written in Python, it implements the specification used by the ClearURLs addon for removing tracking fields from URLs."
pkgver=0.9.1
-pkgrel=1
+pkgrel=2
arch=('any')
url="https://github.com/icealtria/unalix-rev"
license=('LGPL3')
+makedepends=(python-installer)
source=("https://files.pythonhosted.org/packages/py3/${_name::1}/$_name/${_name//-/_}-$pkgver-py3-none-any.whl")
sha256sums=('feb7c9ff79d0e4d37d2f8121b992a5b82a5f9d9426fff973b4c267280e8244aa')