Date: Tuesday, September 27, 2022 @ 18:20:04 Author: felixonmars Revision: 1312641
remove redundant makedeps Modified: python-xcffib/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-27 18:18:34 UTC (rev 1312640) +++ PKGBUILD 2022-09-27 18:20:04 UTC (rev 1312641) @@ -9,7 +9,7 @@ url="https://pypi.python.org/pypi/xcffib" license=('Apache') depends=('python-six' 'python-cffi' 'libxcb') -makedepends=('python-setuptools' 'python-cffi' 'python-six' 'libxcb' 'haskell-xcffib') +makedepends=('python-setuptools' 'haskell-xcffib') checkdepends=('python-pytest' 'xorg-server-xvfb' 'xorg-xeyes') source=("https://github.com/tych0/xcffib/archive/v$pkgver/$pkgname-$pkgver.tar.gz") sha512sums=('c780c20b19236d0c9814ee5f87eb149d303d3f1ffbefb61e8aae7b3f24a70df126d6f5fa545c83a811c628a088f891d173b621fea371bb7246f62366314b1630')
