author | Jelle van der Waa
<jelle@archlinux.org> 2024-04-03 17:23:28 UTC |
committer | Jelle van der Waa
<jelle@archlinux.org> 2024-04-03 17:23:28 UTC |
parent | 6303b0bbf4f28d6c6937ca78a92fa9fd9a603ea0 |
.SRCINFO | +13 | -0 |
PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..7540bf7 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,13 @@ +pkgbase = python-pkgconfig + pkgdesc = Python module to interface with the pkg-config command line tool + pkgver = 1.5.5 + pkgrel = 6 + url = https://github.com/matze/pkgconfig + arch = any + license = MIT + makedepends = python-setuptools + depends = python + source = https://pypi.io/packages/source/p/pkgconfig/pkgconfig-1.5.5.tar.gz + sha256sums = deb4163ef11f75b520d822d9505c1f462761b4309b1bb713d08689759ea8b899 + +pkgname = python-pkgconfig diff --git a/PKGBUILD b/PKGBUILD index e7008e6..4d95d21 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=python-pkgconfig pkgver=1.5.5 -pkgrel=5 +pkgrel=6 pkgdesc='Python module to interface with the pkg-config command line tool' arch=(any) url='https://github.com/matze/pkgconfig'