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

Felix Yan felixonmars at archlinux.org
Thu May 10 15:52:49 UTC 2018


    Date: Thursday, May 10, 2018 @ 15:52:49
  Author: felixonmars
Revision: 320419

upgpkg: python-xpybutil 0.0.5-1

Modified:
  python-xpybutil/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-10 15:49:01 UTC (rev 320418)
+++ PKGBUILD	2018-05-10 15:52:49 UTC (rev 320419)
@@ -3,20 +3,17 @@
 
 pkgbase=python-xpybutil
 pkgname=(python-xpybutil python2-xpybutil)
-pkgver=0.0.3
+pkgver=0.0.5
 pkgrel=1
 pkgdesc="An incomplete xcb-util port plus some extras"
 arch=('any')
-url="https://github.com/fennerm/xpybutil"
+url="https://github.com/BurntSushi/xpybutil"
 license=('custom:WTFPL')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-xcffib' 'python2-xcffib')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/fennerm/xpybutil/archive/$pkgver.tar.gz"
-        https://github.com/fennerm/xpybutil/commit/78ff923c022433c819c88c0159440306bd3ed4f5.patch)
-sha512sums=('8eae9275fe5f3ce56bedb20c865ac84d971f59432dce48c8f55c76910e5e32e803890c04ebe076ae248b002fc1fc2fa6e0120260c8a57178bb4031b787eac398'
-            '49454bb4fa9e45de8ed288a7cf87de4eb507197db73fa65fc7b5ccfae60f508dfbc07b6bd737bae6ee6cb3a106334aa8b4e8a4dc23e0c796ab0e04b63b43a0f9')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/BurntSushi/xpybutil/archive/$pkgver.tar.gz")
+sha512sums=('fdae21af40737715722e0650f436329358c475a6d2fee5b260b0655f71234e8c9639516927e78836ed54651780a6998593535680bda6e7feef38295f6f4a0442')
 
 prepare() {
-  (cd xpybutil-$pkgver; patch -p1 -i ../78ff923c022433c819c88c0159440306bd3ed4f5.patch)
   cp -a xpybutil-$pkgver{,-py2}
 }
 
@@ -34,7 +31,7 @@
   cd "${srcdir}/xpybutil-$pkgver"
   python setup.py install --root="${pkgdir}/" --optimize=1
 
-  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm664 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
   mv "$pkgdir/usr/share/doc/"{,python-}xpybutil
 }
 
@@ -44,6 +41,6 @@
   cd "${srcdir}/xpybutil-$pkgver-py2"
   python2 setup.py install --root="${pkgdir}/" --optimize=1
 
-  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm664 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
   mv "$pkgdir/usr/share/doc/"{,python2-}xpybutil
 }



More information about the arch-commits mailing list