[arch-commits] Commit in sip5/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Apr 10 16:26:18 UTC 2020


    Date: Friday, April 10, 2020 @ 16:26:18
  Author: arojas
Revision: 379957

archrelease: copy trunk to extra-x86_64

Added:
  sip5/repos/extra-x86_64/PKGBUILD
    (from rev 379956, sip5/trunk/PKGBUILD)
Deleted:
  sip5/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-10 16:25:41 UTC (rev 379956)
+++ PKGBUILD	2020-04-10 16:26:18 UTC (rev 379957)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=sip5
-pkgver=5.1.2
-pkgrel=1
-arch=(x86_64)
-pkgdesc="A tool that makes it easy to create Python bindings for C and C++ libraries"
-url='https://www.riverbankcomputing.com/software/sip/intro'
-license=('custom:"sip"')
-depends=(python-setuptools python-toml)
-source=("https://pypi.python.org/packages/source/s/sip/sip-$pkgver.tar.gz")
-sha256sums=('ecfa9d710d192838e1f457544b7a208498c3dd6778816f0104d36f2b820a7873')
-
-build() {
-  cd sip-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd sip-$pkgver
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-}

Copied: sip5/repos/extra-x86_64/PKGBUILD (from rev 379956, sip5/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-04-10 16:26:18 UTC (rev 379957)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=sip5
+pkgver=5.2.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc="A tool that makes it easy to create Python bindings for C and C++ libraries"
+url='https://www.riverbankcomputing.com/software/sip/intro'
+license=('custom:"sip"')
+depends=(python-setuptools python-toml)
+source=("https://pypi.python.org/packages/source/s/sip/sip-$pkgver.tar.gz")
+sha256sums=('3d3f279a61d54d832b12496409811ee062dab1ac05a1e7b40824f63b423fb0e7')
+
+build() {
+  cd sip-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd sip-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list