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

Antonio Rojas arojas at gemini.archlinux.org
Sat Apr 23 11:27:45 UTC 2022


    Date: Saturday, April 23, 2022 @ 11:27:45
  Author: arojas
Revision: 1187600

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-23 11:27:34 UTC (rev 1187599)
+++ PKGBUILD	2022-04-23 11:27:45 UTC (rev 1187600)
@@ -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.6.2
-pkgrel=1
-pkgdesc="A small, fast, and powerful Emacs clone"
-arch=('x86_64')
-url="https://www.gnu.org/software/zile/"
-license=('GPL3')
-depends=('acl' 'gc' 'ncurses' 'glib2' 'libgee')
-makedepends=('help2man' 'vala')
-source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('e6d06f56488d08b6b25d365dabf8517477b030fc'
-          '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 1187599, zile/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-23 11:27:45 UTC (rev 1187600)
@@ -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.6.2
+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' 'glib2' 'libgee')
+makedepends=('help2man' 'vala')
+source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('e6d06f56488d08b6b25d365dabf8517477b030fc'
+          '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