[arch-commits] Commit in aurpublish/repos/community-any (PKGBUILD PKGBUILD)
Eli Schwartz
eschwartz at archlinux.org
Thu Aug 23 22:57:36 UTC 2018
Date: Thursday, August 23, 2018 @ 22:57:36
Author: eschwartz
Revision: 373487
archrelease: copy trunk to community-any
Added:
aurpublish/repos/community-any/PKGBUILD
(from rev 373486, aurpublish/trunk/PKGBUILD)
Deleted:
aurpublish/repos/community-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-23 22:57:16 UTC (rev 373486)
+++ PKGBUILD 2018-08-23 22:57:36 UTC (rev 373487)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-
-pkgname=aurpublish
-pkgver=r20.g8664477
-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=86644774c1a764ef54c374d728ab4514232d6c1d
-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 373486, aurpublish/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-23 22:57:36 UTC (rev 373487)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+
+pkgname=aurpublish
+pkgver=r24.ga630272
+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=a6302723da4780119db4eb345a9c550c6d5838db
+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
+}
More information about the arch-commits
mailing list