[arch-commits] Commit in aurpublish/repos/community-any (PKGBUILD PKGBUILD)

Alexander Epaneshnikov alex19ep at gemini.archlinux.org
Tue Nov 9 18:33:50 UTC 2021


    Date: Tuesday, November 9, 2021 @ 18:33:50
  Author: alex19ep
Revision: 1039398

archrelease: copy trunk to community-any

Added:
  aurpublish/repos/community-any/PKGBUILD
    (from rev 1039397, aurpublish/trunk/PKGBUILD)
Deleted:
  aurpublish/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   66 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 34 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-09 18:33:38 UTC (rev 1039397)
+++ PKGBUILD	2021-11-09 18:33:50 UTC (rev 1039398)
@@ -1,32 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-
-pkgname=aurpublish
-pkgver=r35.g0f8d149
-pkgrel=1
-pkgdesc="PKGBUILD management/upload framework for the Arch User Repository"
-arch=('any')
-url="https://github.com/eli-schwartz/${pkgname}"
-license=('GPL')
-depends=('git' 'openssh')
-_commit=0f8d149ab12ebfcdca05118f2911db2e2f788b43
-source=("git+${url}.git?signed#commit=${_commit}")
-sha512sums=('SKIP')
-validpgpkeys=('BD27B07A5EF45C2ADAF70E0484818A6819AF4A9B') # Eli Schwartz <eschwartz at archlinux.org>
-
-pkgver() {
-    cd "${srcdir}"/${pkgname}
-
-    printf "r%s.g%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
-}
-
-build() {
-    cd "${srcdir}"/${pkgname}
-
-    make PREFIX=/usr
-}
-
-package() {
-    cd "${srcdir}"/${pkgname}
-
-    make PREFIX=/usr DESTDIR="${pkgdir}" install
-}

Copied: aurpublish/repos/community-any/PKGBUILD (from rev 1039397, aurpublish/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-09 18:33:50 UTC (rev 1039398)
@@ -0,0 +1,34 @@
+# Maintainer: Alexander Epaneshnikov <alex19ep at archlinux.org>
+# Contributor: Eli Schwartz <eschwartz at archlinux.org>
+
+pkgname=aurpublish
+pkgver=r40.gf88c7ae
+pkgrel=1
+pkgdesc="PKGBUILD management/upload framework for the Arch User Repository"
+arch=('any')
+url="https://github.com/eli-schwartz/${pkgname}"
+license=('GPL')
+depends=('git' 'openssh')
+makedepends=('asciidoc')
+_commit=f88c7aea4506f9f2abde4ea91d0fdacdce4ffdb7
+source=("git+${url}.git?signed#commit=${_commit}")
+sha512sums=('SKIP')
+validpgpkeys=('BD27B07A5EF45C2ADAF70E0484818A6819AF4A9B') # Eli Schwartz <eschwartz at archlinux.org>
+
+pkgver() {
+    cd ${pkgname}
+
+    printf "r%s.g%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+}
+
+build() {
+    cd ${pkgname}
+
+    make PREFIX=/usr
+}
+
+package() {
+    cd ${pkgname}
+
+    make PREFIX=/usr DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list