[arch-commits] Commit in python-xcffib/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Dec 15 17:36:28 UTC 2020


    Date: Tuesday, December 15, 2020 @ 17:36:27
  Author: felixonmars
Revision: 776008

upgpkg: python-xcffib 0.11.0-1

Modified:
  python-xcffib/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-15 17:33:22 UTC (rev 776007)
+++ PKGBUILD	2020-12-15 17:36:27 UTC (rev 776008)
@@ -2,8 +2,8 @@
 # Contributor: Roger Duran <rogerduran at gmail.com>
 
 pkgname=python-xcffib
-pkgver=0.10.1
-pkgrel=3
+pkgver=0.11.0
+pkgrel=1
 pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding"
 arch=('any')
 url="https://pypi.python.org/pypi/xcffib"
@@ -11,17 +11,17 @@
 depends=('python-six' 'python-cffi' 'libxcb')
 makedepends=('python-setuptools' 'python-cffi' 'python-six' 'libxcb' 'haskell-xcffib')
 checkdepends=('python-nose' 'xorg-server-xvfb' 'xorg-xeyes')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tych0/xcffib/archive/v$pkgver.tar.gz")
-sha512sums=('62bf10d35b1afc42f91e4f404a2eba6355ca55567dc1a1e8f5dc5b49bec8e1713637ada1c299fab638df1f729085bba3c64a9868ad85486574fa4689745c9d04')
+source=("https://github.com/tych0/xcffib/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('b7e1f7b346cd07f6c4c31cf9c627155859fe2af5ac59873f4ce0ce3695824cd5fa8ebd6ac9ea8210c2b2681e69fedf0bef847113fd1a1a28fbce33e711e83620')
 
 build() {
-  cd "$srcdir"/xcffib-$pkgver
+  cd xcffib-$pkgver
   make xcffib GEN=xcffibgen CABAL=true
   python setup.py build
 }
 
 check() {
-  cd "$srcdir"/xcffib-$pkgver
+  cd xcffib-$pkgver
   xvfb-run nosetests3
 }
 



More information about the arch-commits mailing list