summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam2022-06-26 02:15:10 +0000
committerSam2022-06-26 02:15:10 +0000
commit538a6070316a42d91c80d1718ec176eae426a0f1 (patch)
tree613f2d8adbd783005d83d12428160b670a65a127
parent632082ecc749344364064150b6e56b14712c77fd (diff)
downloadaur-538a6070316a42d91c80d1718ec176eae426a0f1.tar.gz
updpkg: python-tinyaes 1.0.3-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 280d24ef4cfc..a0c30abf5316 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = python-tinyaes
pkgdesc = A utility to find python versions on your system.
pkgver = 1.0.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/naufraghi/tinyaes-py.git
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
+ makedepends = python-wheel
depends = cython
source = https://files.pythonhosted.org/packages/source/t/tinyaes/tinyaes-1.0.3.tar.gz
sha512sums = 71efd4bfcd0b68a883f174b06801dcdcc133f8075530c41d0315e5b60bd9730815a89a1b60acaffdfed403d0f50080afbd20ce1539607d05cb340c743558372f
diff --git a/PKGBUILD b/PKGBUILD
index a78458d82bd6..7b4ea6ae3c4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgname=python-tinyaes
_name=${pkgname#python-}
pkgver=1.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="A utility to find python versions on your system."
arch=("any")
url="https://github.com/naufraghi/tinyaes-py.git"
license=("MIT")
depends=("cython")
-makedepends=("python-build" "python-installer" "python-setuptools")
+makedepends=("python-build" "python-installer" "python-setuptools" "python-wheel")
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
sha512sums=('71efd4bfcd0b68a883f174b06801dcdcc133f8075530c41d0315e5b60bd9730815a89a1b60acaffdfed403d0f50080afbd20ce1539607d05cb340c743558372f')
b2sums=('3f73cd7c3c4483292e8d0d61c9b0c3daa1bdd237f497d3ce60c05b5da6b9a9710b29775b944c7ec8e680ad5bc8f0f9870ce2953d4a2468db8ec7ad2e1fb226a8')