[arch-commits] Commit in python-pyotherside/repos/community-x86_64 (PKGBUILD PKGBUILD)

Christian Hesse eworm at archlinux.org
Wed Dec 20 19:12:02 UTC 2017


    Date: Wednesday, December 20, 2017 @ 19:12:01
  Author: eworm
Revision: 275061

archrelease: copy trunk to community-x86_64

Added:
  python-pyotherside/repos/community-x86_64/PKGBUILD
    (from rev 275060, python-pyotherside/trunk/PKGBUILD)
Deleted:
  python-pyotherside/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-20 19:11:57 UTC (rev 275060)
+++ PKGBUILD	2017-12-20 19:12:01 UTC (rev 275061)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse <mail at eworm.de>
-# Contributor: Florian Schweikert <kelvan at ist-total.org>
-
-pkgname=python-pyotherside
-_pyname=pyotherside
-pkgver=1.5.0
-pkgrel=3
-pkgdesc='Asynchronous Python 3 Bindings for Qt5'
-arch=('i686' 'x86_64')
-url='https://thp.io/2011/pyotherside'
-license=('ISC')
-depends=('python' 'qt5-base' 'qt5-declarative' 'qt5-svg')
-source=("https://thp.io/2011/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-sha256sums=('762105610f3ed1d75d90313219e0f8ee5b2672bb893f03ccba9d64082a0bd388')
-
-build() {
-	cd "${_pyname}-${pkgver}/"
-
-	qmake-qt5
-	make
-}
-
-package() {
-	cd "${_pyname}-${pkgver}/"
-
-	make INSTALL_ROOT="${pkgdir}/" install
-}

Copied: python-pyotherside/repos/community-x86_64/PKGBUILD (from rev 275060, python-pyotherside/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-20 19:12:01 UTC (rev 275061)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Christian Hesse <mail at eworm.de>
+# Contributor: Florian Schweikert <kelvan at ist-total.org>
+
+pkgname=python-pyotherside
+_pyname=pyotherside
+pkgver=1.5.3
+pkgrel=1
+pkgdesc='Asynchronous Python 3 Bindings for Qt5'
+arch=('x86_64')
+url='https://thp.io/2011/pyotherside'
+license=('ISC')
+depends=('python' 'qt5-base' 'qt5-declarative' 'qt5-svg')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/thp/${_pyname}/archive/${pkgver}.tar.gz")
+sha256sums=('00049d5f42cac448368bc2a521edb8de36bb6d2a624e195b7f1004236758b805')
+
+build() {
+	cd "${_pyname}-${pkgver}/"
+
+	qmake-qt5
+	make
+}
+
+package() {
+	cd "${_pyname}-${pkgver}/"
+
+	make INSTALL_ROOT="${pkgdir}/" install
+}



More information about the arch-commits mailing list