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

Antonio Rojas arojas at archlinux.org
Mon Jun 1 09:24:42 UTC 2020


    Date: Monday, June 1, 2020 @ 09:24:41
  Author: arojas
Revision: 387997

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-01 09:24:10 UTC (rev 387996)
+++ PKGBUILD	2020-06-01 09:24:41 UTC (rev 387997)
@@ -1,22 +0,0 @@
-# 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
-}

Copied: sip5/repos/extra-x86_64/PKGBUILD (from rev 387996, sip5/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-01 09:24:41 UTC (rev 387997)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=sip5
+pkgver=5.3.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=('03a44e20b252ef03ca2891e9439d238af3fd8245f65cdcff238a843d4f455b80')
+
+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