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

Alexander Epaneshnikov alex19ep at gemini.archlinux.org
Tue Nov 9 19:48:43 UTC 2021


    Date: Tuesday, November 9, 2021 @ 19:48:43
  Author: alex19ep
Revision: 1039410

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-09 19:48:32 UTC (rev 1039409)
+++ PKGBUILD	2021-11-09 19:48:43 UTC (rev 1039410)
@@ -1,34 +0,0 @@
-# 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
-}

Copied: aurpublish/repos/community-any/PKGBUILD (from rev 1039409, aurpublish/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-09 19:48:43 UTC (rev 1039410)
@@ -0,0 +1,34 @@
+# Maintainer: Alexander Epaneshnikov <alex19ep at archlinux.org>
+# Contributor: Eli Schwartz <eschwartz at archlinux.org>
+
+pkgname=aurpublish
+pkgver=r40.gf88c7ae
+pkgrel=2
+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