[arch-commits] Commit in php-igbinary/repos/community-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Wed Aug 5 17:42:49 UTC 2020


    Date: Wednesday, August 5, 2020 @ 17:42:48
  Author: dvzrv
Revision: 669731

archrelease: copy trunk to community-x86_64

Added:
  php-igbinary/repos/community-x86_64/PKGBUILD
    (from rev 669730, php-igbinary/trunk/PKGBUILD)
Deleted:
  php-igbinary/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-05 17:42:39 UTC (rev 669730)
+++ PKGBUILD	2020-08-05 17:42:48 UTC (rev 669731)
@@ -1,44 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-_name=igbinary
-pkgname=php-igbinary
-pkgver=3.1.3
-pkgrel=1
-pkgdesc="A drop in replacement for the standard php serializer"
-arch=('x86_64')
-url="https://github.com/igbinary/igbinary"
-license=('BSD')
-depends=('glibc' 'php')
-backup=("etc/php/conf.d/${_name}.ini")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/${_name}/${_name}/archive/${pkgver}.tar.gz")
-sha512sums=('41f2134c644f64d60e5a5084a8dd0e01fa32760d7072dff16df1b87e9f6fe4894edf562bb057942f0cfb68c2f3d3df9c4df0890d46a0ab4ad061ff5bd7661be2')
-b2sums=('49175bacfb4f1432afdf6180779195e0697a7613d4723fe745368adecd62dfedcf1d13c6c586e4a83000a08351291ccee69cad0bfb37dd746b2b49e9b9dd3f64')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  # disable the extension by default
-  sed 's/extension/;extension/g' -i "${_name}.php.ini"
-  phpize
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr \
-              --enable-igbinary
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  NO_INTERACTION=1 make -k test
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make INSTALL_ROOT="$pkgdir/" install
-  install -vDm 644 "${_name}.php.ini" "${pkgdir}/etc/php/conf.d/${_name}.ini"
-  install -vDm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 {CREDITS,NEWS,README.md} \
-    -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: php-igbinary/repos/community-x86_64/PKGBUILD (from rev 669730, php-igbinary/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-05 17:42:48 UTC (rev 669731)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+_name=igbinary
+pkgname=php-igbinary
+pkgver=3.1.4
+pkgrel=1
+pkgdesc="A drop in replacement for the standard php serializer"
+arch=('x86_64')
+url="https://github.com/igbinary/igbinary"
+license=('BSD')
+depends=('glibc' 'php')
+backup=("etc/php/conf.d/${_name}.ini")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/${_name}/${_name}/archive/${pkgver}.tar.gz")
+sha512sums=('a46f822ee77877705485c58ba5286b9b74889d51509f90d46c5d4ece82f12a15e0e7b84cdb4ddcd1b5ba2cd8177fe899232f42c82f31dbb2fbef7e3388579c3d')
+b2sums=('7bdab344c4cc90a1b2e1040be20af8e8d756f63515d7ddb20f5fe56cbc5bdfe19db177c07e36ffbb8a101cedb55c175d47e8ede8bcc384b7c6c8ef7c52d3ccfc')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # disable the extension by default
+  sed 's/extension/;extension/g' -i "${_name}.php.ini"
+  phpize
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+              --enable-igbinary
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  NO_INTERACTION=1 make -k test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make INSTALL_ROOT="$pkgdir/" install
+  install -vDm 644 "${_name}.php.ini" "${pkgdir}/etc/php/conf.d/${_name}.ini"
+  install -vDm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 {CREDITS,NEWS,README.md} \
+    -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



More information about the arch-commits mailing list