[arch-commits] Commit in pyalpm/repos (3 files)

Jelle van der Waa jelle at archlinux.org
Sun Jul 15 17:21:43 UTC 2018


    Date: Sunday, July 15, 2018 @ 17:21:43
  Author: jelle
Revision: 328690

archrelease: copy trunk to extra-x86_64

Added:
  pyalpm/repos/extra-x86_64/PKGBUILD
    (from rev 328689, pyalpm/trunk/PKGBUILD)
Deleted:
  pyalpm/repos/community-x86_64/
  pyalpm/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   25 +++++++++++++++++++++++++
 extra-x86_64/PKGBUILD |   24 ------------------------
 2 files changed, 25 insertions(+), 24 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2018-07-15 17:21:12 UTC (rev 328689)
+++ extra-x86_64/PKGBUILD	2018-07-15 17:21:43 UTC (rev 328690)
@@ -1,24 +0,0 @@
-# Maintainer : Rémy Oudompheng <remy at archlinux.org>
-
-pkgname=pyalpm
-pkgver=0.8.3
-pkgrel=1
-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')
-sha1sums=('SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}
-  python setup.py build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}
-  python setup.py install --root=${pkgdir}
-}

Copied: pyalpm/repos/extra-x86_64/PKGBUILD (from rev 328689, pyalpm/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2018-07-15 17:21:43 UTC (rev 328690)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer : Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=pyalpm
+pkgver=0.8.4
+pkgrel=1
+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