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

Maxim Baz maximbaz at archlinux.org
Tue Dec 4 00:33:53 UTC 2018


    Date: Tuesday, December 4, 2018 @ 00:33:52
  Author: maximbaz
Revision: 411041

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-04 00:33:40 UTC (rev 411040)
+++ PKGBUILD	2018-12-04 00:33:52 UTC (rev 411041)
@@ -1,30 +0,0 @@
-# $Id$
-# 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=('i686' 'x86_64')
-url="http://www.gnu.org/software/zile/"
-license=('GPL3')
-depends=('acl' 'gc' 'ncurses')
-makedepends=('help2man')
-source=(http://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 411040, zile/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-04 00:33:52 UTC (rev 411041)
@@ -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=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
+}



More information about the arch-commits mailing list