[arch-commits] Commit in pyalpm/repos/staging-x86_64 (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sat Jul 21 19:06:18 UTC 2018


    Date: Saturday, July 21, 2018 @ 19:06:17
  Author: jelle
Revision: 329353

archrelease: copy trunk to staging-x86_64

Added:
  pyalpm/repos/staging-x86_64/PKGBUILD
    (from rev 329352, pyalpm/trunk/PKGBUILD)
Deleted:
  pyalpm/repos/staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-21 12:02:15 UTC (rev 329352)
+++ PKGBUILD	2018-07-21 19:06:17 UTC (rev 329353)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer : Rémy Oudompheng <remy at archlinux.org>
-
-pkgname=pyalpm
-pkgver=0.8.3
-pkgrel=2
-pkgdesc="Libalpm bindings for Python 3"
-arch=('x86_64')
-url="https://git.archlinux.org/pyalpm.git/"
-license=('GPL')
-makedepends=('git')
-depends=('python>=3.6' 'pacman>=5.0')
-source=("git+https://git.archlinux.org/pyalpm.git#commit=284d480cd50a0d90dbdd00085efaf0ff9a63913c")
-validpgpkeys=('E499C79F53C96A54E572FEE1C06086337C50773E')
-sha512sums=('SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}
-  python setup.py build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}
-  python setup.py install --root=${pkgdir}
-}

Copied: pyalpm/repos/staging-x86_64/PKGBUILD (from rev 329352, pyalpm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-07-21 19:06:17 UTC (rev 329353)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer : Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=pyalpm
+pkgver=0.8.4
+pkgrel=2
+pkgdesc="Libalpm bindings for Python 3"
+arch=('x86_64')
+url="https://git.archlinux.org/pyalpm.git/"
+license=('GPL')
+makedepends=('git')
+depends=('python>=3.6' 'pacman>=5.0')
+source=("git+https://git.archlinux.org/pyalpm.git#commit=ec89afb96636a3449006323030dd1768c143c5f5")
+validpgpkeys=('E499C79F53C96A54E572FEE1C06086337C50773E')
+sha512sums=('SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}
+  python setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+  python setup.py install --root=${pkgdir}
+}



More information about the arch-commits mailing list