Date: Sunday, March 25, 2018 @ 11:05:25
  Author: bpiotrowski
Revision: 312569

archrelease: copy trunk to community-x86_64

Added:
  remind/repos/community-x86_64/PKGBUILD
    (from rev 312568, remind/trunk/PKGBUILD)
Deleted:
  remind/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   65 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-03-25 11:05:18 UTC (rev 312568)
+++ PKGBUILD    2018-03-25 11:05:25 UTC (rev 312569)
@@ -1,33 +0,0 @@
-# Maintainer: Lukas Fleischer <[email protected]>
-# Contributor: Jeff 'codemac' Mickey <[email protected]>
-# Contributor: Sebastian Sontberg <[email protected]>
-# Contributor: Daniel J Griffiths <[email protected]>
-
-pkgname=remind
-pkgver=3.1.15
-_pkgver=03.01.15
-pkgrel=2
-pkgdesc='A sophisticated calendar and alarm program.'
-arch=('i686' 'x86_64')
-url='http://www.roaringpenguin.com/penguin/open_source_remind.php'
-license=('GPL')
-optdepends=('tk: for tkremind'
-            'tcllib: for tkremind'
-            'tcl: for cm2rem.tcl')
-source=("http://www.roaringpenguin.com/files/download/${pkgname}-${_pkgver}.tar.gz"{,.sig})
-options=('!emptydirs')
-md5sums=('089c51c060fdda2357a833800a5bfe39'
-         'SKIP')
-validpgpkeys=('FC2E9B645468698FD7B21655C1842E2A126F42E0') # David F. Skoll
-
-build() {
-  cd "${pkgname}-${_pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${_pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: remind/repos/community-x86_64/PKGBUILD (from rev 312568, 
remind/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-03-25 11:05:25 UTC (rev 312569)
@@ -0,0 +1,32 @@
+# Maintainer: Lukas Fleischer <[email protected]>
+# Contributor: Jeff 'codemac' Mickey <[email protected]>
+# Contributor: Sebastian Sontberg <[email protected]>
+# Contributor: Daniel J Griffiths <[email protected]>
+
+pkgname=remind
+pkgver=3.1.15
+_pkgver=03.01.15
+pkgrel=3
+pkgdesc='A sophisticated calendar and alarm program.'
+arch=('x86_64')
+url='https://roaringpenguin.com/products/remind'
+license=('GPL')
+optdepends=('tk: for tkremind'
+            'tcl: for cm2rem.tcl')
+source=("https://www.roaringpenguin.com/files/download/${pkgname}-${_pkgver}.tar.gz"{,.sig})
+options=('!emptydirs')
+md5sums=('089c51c060fdda2357a833800a5bfe39'
+         'SKIP')
+validpgpkeys=('FC2E9B645468698FD7B21655C1842E2A126F42E0') # David F. Skoll
+
+build() {
+  cd "${pkgname}-${_pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${_pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to