[arch-commits] Commit in php-igbinary/repos/community-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at archlinux.org
Wed Aug 5 08:39:43 UTC 2020
Date: Wednesday, August 5, 2020 @ 08:39:43
Author: dvzrv
Revision: 669093
archrelease: copy trunk to community-x86_64
Added:
php-igbinary/repos/community-x86_64/PKGBUILD
(from rev 669092, php-igbinary/trunk/PKGBUILD)
Deleted:
php-igbinary/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 87 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-05 08:39:34 UTC (rev 669092)
+++ PKGBUILD 2020-08-05 08:39:43 UTC (rev 669093)
@@ -1,43 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-_name=igbinary
-pkgname=php-igbinary
-pkgver=3.1.2
-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=('617442e1fc437d12666b1172ca2ae34a4d7377bff8b1d00194a159260213179e65e7e2f755a1583d2b299e3b0e90374b9021cd61ec7ac67e64018153e77af8c5')
-
-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 669092, php-igbinary/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-08-05 08:39:43 UTC (rev 669093)
@@ -0,0 +1,44 @@
+# 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}"
+}
More information about the arch-commits
mailing list