Date: Tuesday, December 20, 2022 @ 17:37:23
  Author: spupykin
Revision: 1363774

upgpkg: phpvirtualbox 5.2_1-7
php7 -> php

Modified:
  phpvirtualbox/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-20 17:31:10 UTC (rev 1363773)
+++ PKGBUILD    2022-12-20 17:37:23 UTC (rev 1363774)
@@ -6,18 +6,26 @@
 _pkgver=${pkgver/_/-}
 _pkgver=${_pkgver/rc/-rc}
 _commit=cf82d58f26ed82d3f7f4b5ba5e80f8754ee48c2f
-pkgrel=6
+pkgrel=7
 pkgdesc="PHP/AJAX web interface for VirtualBox"
 arch=(any)
 url="https://github.com/phpvirtualbox/phpvirtualbox";
 license=('GPL')
-depends=('php7')
+depends=('php')
 makedepends=('git')
 backup=("etc/webapps/phpvirtualbox/config.php")
 
#source=("https://github.com/phpvirtualbox/phpvirtualbox/archive/${_pkgver}.tar.gz";)
-source=("git+https://github.com/phpvirtualbox/phpvirtualbox.git#commit=${_commit}";)
-sha256sums=('SKIP')
+source=("git+https://github.com/phpvirtualbox/phpvirtualbox.git#commit=${_commit}";
+       
"https://github.com/phpvirtualbox/phpvirtualbox/commit/9922d96b27db94e99b665552d3a0331b0fac90ad.patch";)
+sha256sums=('SKIP'
+            '1d4c0a217765456bd94e77bf43ba72b7cb2b70ca46de767c2d33a29598845524')
 
+prepare() {
+#  cd "$srcdir"/${pkgname}-${_pkgver}
+  cd "$srcdir"/${pkgname}
+  patch -p1 <../9922d96b27db94e99b665552d3a0331b0fac90ad.patch
+}
+
 package() {
 #  cd "$srcdir"/${pkgname}-${_pkgver}
   cd "$srcdir"/${pkgname}

Reply via email to