[arch-commits] Commit in python-xpybutil/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Jul 22 02:53:31 UTC 2019


    Date: Monday, July 22, 2019 @ 02:53:30
  Author: felixonmars
Revision: 492538

archrelease: copy trunk to community-any

Added:
  python-xpybutil/repos/community-any/PKGBUILD
    (from rev 492537, python-xpybutil/trunk/PKGBUILD)
Deleted:
  python-xpybutil/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-22 02:53:19 UTC (rev 492537)
+++ PKGBUILD	2019-07-22 02:53:30 UTC (rev 492538)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-xpybutil
-pkgver=0.0.5
-pkgrel=3
-pkgdesc="An incomplete xcb-util port plus some extras"
-arch=('any')
-url="https://github.com/BurntSushi/xpybutil"
-license=('custom:WTFPL')
-depends=('python-xcffib')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BurntSushi/xpybutil/archive/$pkgver.tar.gz")
-sha512sums=('fdae21af40737715722e0650f436329358c475a6d2fee5b260b0655f71234e8c9639516927e78836ed54651780a6998593535680bda6e7feef38295f6f4a0442')
-
-build() {
-  cd xpybutil-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd xpybutil-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm664 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-  mv "$pkgdir/usr/share/doc/"{,python-}xpybutil
-}

Copied: python-xpybutil/repos/community-any/PKGBUILD (from rev 492537, python-xpybutil/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-22 02:53:30 UTC (rev 492538)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-xpybutil
+pkgver=0.0.6
+pkgrel=1
+pkgdesc="An incomplete xcb-util port plus some extras"
+arch=('any')
+url="https://github.com/BurntSushi/xpybutil"
+license=('custom:WTFPL')
+depends=('python-xcffib')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BurntSushi/xpybutil/archive/$pkgver.tar.gz")
+sha512sums=('494b1181e280613ce9f1d0ca1322a21048eacc534ec242809050f9720d429d4d490029c755d6f181e9f95a0e2f318963d794a55f81601f5ebe975618a4e9fd82')
+
+build() {
+  cd xpybutil-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd xpybutil-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm664 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+  mv "$pkgdir/usr/share/doc/"{,python-}xpybutil
+}



More information about the arch-commits mailing list