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

Caleb Maclennan alerque at gemini.archlinux.org
Thu Sep 9 20:12:49 UTC 2021


    Date: Thursday, September 9, 2021 @ 20:12:49
  Author: alerque
Revision: 1013151

archrelease: copy trunk to community-x86_64

Added:
  expac/repos/community-x86_64/PKGBUILD
    (from rev 1013150, expac/trunk/PKGBUILD)
Deleted:
  expac/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-09 20:11:54 UTC (rev 1013150)
+++ PKGBUILD	2021-09-09 20:12:49 UTC (rev 1013151)
@@ -1,27 +0,0 @@
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-# Maintainer: Morgan <morganamilo at archlinux.org>
-# Contributor: Dave Reisner <d at falconindy.com>
-
-pkgname=expac
-pkgver=10
-pkgrel=4
-pkgdesc='alm data (pacman database) extraction utility'
-arch=(x86_64)
-url="https://github.com/falconindy/$pkgname"
-license=(GPL)
-depends=(pacman)
-makedepends=(git
-             meson
-             perl)
-source=("git+$url.git?signed&tag=$pkgver")
-validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53') # Dave Reisner
-md5sums=('SKIP')
-
-build() {
-	arch-meson "$pkgname" build
-	meson compile -C build
-}
-
-package() {
-	meson install -C build --destdir "$pkgdir"
-}

Copied: expac/repos/community-x86_64/PKGBUILD (from rev 1013150, expac/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-09 20:12:49 UTC (rev 1013151)
@@ -0,0 +1,27 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Maintainer: Morgan <morganamilo at archlinux.org>
+# Contributor: Dave Reisner <d at falconindy.com>
+
+pkgname=expac
+pkgver=10
+pkgrel=5
+pkgdesc='alpm data (pacman database) extraction utility'
+arch=(x86_64)
+url="https://github.com/falconindy/$pkgname"
+license=(GPL)
+depends=(pacman)
+makedepends=(git
+             meson
+             perl)
+source=("git+$url.git?signed&tag=$pkgver")
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53') # Dave Reisner
+md5sums=('SKIP')
+
+build() {
+	arch-meson "$pkgname" build
+	meson compile -C build
+}
+
+package() {
+	meson install -C build --destdir "$pkgdir"
+}



More information about the arch-commits mailing list