Date: Friday, November 6, 2020 @ 18:44:39
  Author: kkeen
Revision: 744487

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-11-06 18:44:28 UTC (rev 744486)
+++ PKGBUILD    2020-11-06 18:44:39 UTC (rev 744487)
@@ -1,29 +0,0 @@
-# Maintainer: Kyle Keen <keen...@gmail.com>
-# Contributor: Tom Newsom <jeeps...@gmx.co.uk>
-# Contributor: Kevin Piche <ke...@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
-}

Copied: zile/repos/community-x86_64/PKGBUILD (from rev 744486, 
zile/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-11-06 18:44:39 UTC (rev 744487)
@@ -0,0 +1,29 @@
+# Maintainer: Kyle Keen <keen...@gmail.com>
+# Contributor: Tom Newsom <jeeps...@gmx.co.uk>
+# Contributor: Kevin Piche <ke...@archlinux.org>
+
+pkgname=zile
+pkgver=2.4.15
+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')
+makedepends=('help2man')
+source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('b09afbcefb9825e7c6c0b548d053b06c9cf69c30'
+          '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
+}

Reply via email to