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

Eli Schwartz eschwartz at archlinux.org
Thu May 7 03:13:37 UTC 2020


    Date: Thursday, May 7, 2020 @ 03:13:36
  Author: eschwartz
Revision: 625234

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-07 03:13:03 UTC (rev 625233)
+++ PKGBUILD	2020-05-07 03:13:36 UTC (rev 625234)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-
-pkgname=conflict
-pkgver=20150705
-pkgrel=3
-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 625233, conflict/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-07 03:13:36 UTC (rev 625234)
@@ -0,0 +1,27 @@
+# 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
+}



More information about the arch-commits mailing list