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

Antonio Rojas arojas at gemini.archlinux.org
Tue Nov 9 21:42:28 UTC 2021


    Date: Tuesday, November 9, 2021 @ 21:42:28
  Author: arojas
Revision: 1039480

archrelease: copy trunk to community-x86_64

Added:
  conflict/repos/community-x86_64/PKGBUILD
    (from rev 1039479, conflict/trunk/PKGBUILD)
Deleted:
  conflict/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-09 21:42:19 UTC (rev 1039479)
+++ PKGBUILD	2021-11-09 21:42:28 UTC (rev 1039480)
@@ -1,27 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-
-pkgname=conflict
-pkgver=20150705
-pkgrel=4
-pkgdesc='filename conflict listing'
-arch=('x86_64')
-url="https://invisible-island.net/${pkgname}/${pkgname}.html"
-license=('MIT')
-source=("https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${pkgver}.tgz"{,.asc})
-sha256sums=('30e14808768a938df139a1b76f8f7397e1b3bf46a18ceabcc8b1b1a70d5ea8a9'
-            'SKIP')
-validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey <dickey at invisible-island.net>
-
-build() {
-    cd "${srcdir}"/${pkgname}-${pkgver}
-
-    ./configure --prefix=/usr
-    make
-}
-
-package() {
-    cd "${srcdir}"/${pkgname}-${pkgver}
-
-    make DESTDIR="${pkgdir}" install
-    install -Dm0644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
-}

Copied: conflict/repos/community-x86_64/PKGBUILD (from rev 1039479, conflict/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-09 21:42:28 UTC (rev 1039480)
@@ -0,0 +1,28 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+
+pkgname=conflict
+pkgver=20150705
+pkgrel=5
+pkgdesc='filename conflict listing'
+arch=('x86_64')
+url="https://invisible-island.net/${pkgname}/${pkgname}.html"
+license=('MIT')
+source=("https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${pkgver}.tgz"{,.asc})
+depends=('glibc')
+sha256sums=('30e14808768a938df139a1b76f8f7397e1b3bf46a18ceabcc8b1b1a70d5ea8a9'
+            'SKIP')
+validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey <dickey at invisible-island.net>
+
+build() {
+    cd ${pkgname}-${pkgver}
+
+    ./configure --prefix=/usr
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+
+    make DESTDIR="${pkgdir}" install
+    install -Dm0644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
+}



More information about the arch-commits mailing list