summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisaka135142024-01-27 13:47:15 +0800
committerMisaka135142024-01-27 13:47:15 +0800
commitc1353785a3576512f672a911f5e11a83b205962a (patch)
treefb50518db6c61124bb641db700baa1dc7040ae2b
parent5d5c58650d4d644b6bc2776d39e13d67ece9bc00 (diff)
downloadaur-c1353785a3576512f672a911f5e11a83b205962a.tar.gz
fix python packages
upgpkg: python-largestinteriorrectangle 0.2.0-6 upgpkg: python-lzf 0.2.4-6
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3122b88d4f90..c431196340d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = python-lzf
pkgdesc = C Extension for liblzf
pkgver = 0.2.4
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/teepark/python-lzf
arch = x86_64
license = BSD-3-Clause
+ makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
diff --git a/PKGBUILD b/PKGBUILD
index 68551e3046cf..314b54546930 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=python-lzf
_name=${pkgname}
pkgver=0.2.4
-pkgrel=5
+pkgrel=6
pkgdesc="C Extension for liblzf"
arch=('x86_64')
url="https://github.com/teepark/python-lzf"
license=('BSD-3-Clause')
depends=('glibc')
-makedepends=('python-build' 'python-installer' 'python-wheel')
+makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/release-$pkgver.tar.gz")
sha256sums=('a5197f7639112511d359e49e5bcaa28031eb57a6a6804d75bdde566ed3484c78')