Date: Friday, January 26, 2018 @ 20:23:24
  Author: lfleischer
Revision: 287284

archrelease: copy trunk to community-x86_64

Added:
  nickle/repos/community-x86_64/PKGBUILD
    (from rev 287283, nickle/trunk/PKGBUILD)
Deleted:
  nickle/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 +++++++++++++++++++++++++++-------------------------
 1 file changed, 27 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-01-26 20:23:19 UTC (rev 287283)
+++ PKGBUILD    2018-01-26 20:23:24 UTC (rev 287284)
@@ -1,25 +0,0 @@
-#$Id$
-# Maintainer: Jan de Groot <[email protected]>
-
-pkgname=nickle
-pkgver=2.70
-pkgrel=5
-pkgdesc="A programming language based prototyping environment with powerful 
programming and scripting capabilities"
-arch=('i686' 'x86_64')
-url="http://nickle.org";
-license=('custom')
-depends=('readline')
-source=(http://nickle.org/release/${pkgname}-${pkgver}.tar.gz)
-md5sums=('fbb77ad1c6f80a9a67ae28a2a678ed67')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: nickle/repos/community-x86_64/PKGBUILD (from rev 287283, 
nickle/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-01-26 20:23:24 UTC (rev 287284)
@@ -0,0 +1,27 @@
+# Maintainer: Lukas Fleischer <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=nickle
+pkgver=2.80
+pkgrel=1
+pkgdesc="A programming language based prototyping environment with powerful 
programming and scripting capabilities"
+arch=('x86_64')
+url="http://nickle.org";
+license=('custom')
+depends=('readline')
+source=("https://nickle.org/release/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('cf779bb5bd7534208aab2de1f93c7dff')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Reply via email to