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

Kyle Keen kkeen at archlinux.org
Sat May 9 07:39:26 UTC 2020


    Date: Saturday, May 9, 2020 @ 07:39:26
  Author: kkeen
Revision: 625900

archrelease: copy trunk to community-x86_64

Added:
  zile/repos/community-x86_64/PKGBUILD
    (from rev 625898, zile/trunk/PKGBUILD)
Deleted:
  zile/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-09 07:39:25 UTC (rev 625899)
+++ PKGBUILD	2020-05-09 07:39:26 UTC (rev 625900)
@@ -1,29 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-# Contributor: Kevin Piche <kevin at archlinux.org>
-
-pkgname=zile
-pkgver=2.4.14
-pkgrel=1
-pkgdesc="A small, fast, and powerful Emacs clone"
-arch=('x86_64')
-url="http://www.gnu.org/software/zile/"
-license=('GPL3')
-depends=('acl' 'gc' 'ncurses')
-makedepends=('help2man')
-source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('0cfd3fb38eb4f2b867755a1c4e3bc16a222b4caa'
-          'SKIP')
-validpgpkeys=('92978852A62FA5E285B2A17468089F7380EE4A00'  # Reuben Thomas
-              '24093F016FFE8602EF449BB84C8EF3DA3FD37230')  # his new key?
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
-}

Copied: zile/repos/community-x86_64/PKGBUILD (from rev 625898, zile/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-09 07:39:26 UTC (rev 625900)
@@ -0,0 +1,29 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# Contributor: Kevin Piche <kevin at archlinux.org>
+
+pkgname=zile
+pkgver=2.4.14
+pkgrel=2
+pkgdesc="A small, fast, and powerful Emacs clone"
+arch=('x86_64')
+url="https://www.gnu.org/software/zile/"
+license=('GPL3')
+depends=('acl' 'gc' 'ncurses')
+makedepends=('help2man')
+source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('0cfd3fb38eb4f2b867755a1c4e3bc16a222b4caa'
+          'SKIP')
+validpgpkeys=('92978852A62FA5E285B2A17468089F7380EE4A00'  # Reuben Thomas
+              '24093F016FFE8602EF449BB84C8EF3DA3FD37230')  # his new key?
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list