[arch-commits] Commit in pacutils/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Mon May 24 23:43:32 UTC 2021


    Date: Monday, May 24, 2021 @ 23:43:32
  Author: allan
Revision: 944945

upgpkg: pacutils 0.11.0-2: actually do the pacman-6.0 rebuild...

Modified:
  pacutils/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++------------------
 1 file changed, 3 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-24 23:22:14 UTC (rev 944944)
+++ PKGBUILD	2021-05-24 23:43:32 UTC (rev 944945)
@@ -2,7 +2,7 @@
 
 pkgname=pacutils
 pkgver=0.11.0
-pkgrel=1
+pkgrel=2
 
 pkgdesc='Helper tools for libalpm'
 url='https://github.com/andrewgregory/pacutils'
@@ -12,24 +12,9 @@
 depends=('pacman')
 makedepends=('git')
 
-source=("git+https://github.com/andrewgregory/pacutils.git#commit=8a732754616067bcb43b44f198a243ea258973d8"
-        "git+https://github.com/andrewgregory/globdir.c#commit=f7ea40047c1b23e5035a3626c9187c64539d66f2"
-        "git+https://github.com/andrewgregory/mINI.c.git#commit=ee64e149ed725b932adf23e0228f7cd8cb856901"
-        "git+https://github.com/andrewgregory/tap.c.git#commit=8ce85ce0ab95593c333e705f6eff44121b29e142")
-sha1sums=('SKIP'
-          'SKIP'
-          'SKIP'
-          'SKIP')
+source=("git+https://github.com/andrewgregory/pacutils.git#commit=e891b53173d7a8960eec7893e2429dac155be414")
+sha1sums=('SKIP')
 
-prepare() {
-  cd pacutils
-  git submodule init
-  git config submodule.ext/globdir.c.url "$srcdir/globdir.c"
-  git config submodule.ext/mini.c.url "$srcdir/mINI.c"
-  git config submodule.t/tap.c.url "$srcdir/tap.c"
-  git submodule update
-}
-
 build() {
   cd pacutils
   make CFLAGS="$CFLAGS $LDFLAGS" SYSCONFDIR=/etc LOCALSTATEDIR=/var



More information about the arch-commits mailing list