Date: Sunday, April 5, 2020 @ 13:45:42
  Author: lfleischer
Revision: 611850

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-04-05 13:45:29 UTC (rev 611849)
+++ PKGBUILD    2020-04-05 13:45:42 UTC (rev 611850)
@@ -1,32 +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.3.0
-_pkgver=03.03.00
-pkgrel=1
-pkgdesc='A sophisticated calendar and alarm program.'
-arch=('x86_64')
-url='https://dianne.skoll.ca/projects/remind/'
-license=('GPL')
-optdepends=('tk: for tkremind'
-            'tcl: for cm2rem.tcl')
-source=("https://dianne.skoll.ca/projects/$pkgname/download/$pkgname-$_pkgver.tar.gz"{,.sig})
-options=('!emptydirs')
-md5sums=('849907e41485304fd7f6dc1127a08da1'
-         'SKIP')
-validpgpkeys=('738E4D954052902C147D07B2685A5A5E511D30E2') # Dianne 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 611849, 
remind/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-04-05 13:45:42 UTC (rev 611850)
@@ -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.3.1
+_pkgver=03.03.01
+pkgrel=1
+pkgdesc='A sophisticated calendar and alarm program.'
+arch=('x86_64')
+url='https://dianne.skoll.ca/projects/remind/'
+license=('GPL')
+optdepends=('tk: for tkremind'
+            'tcl: for cm2rem.tcl')
+source=("https://dianne.skoll.ca/projects/$pkgname/download/$pkgname-$_pkgver.tar.gz"{,.sig})
+options=('!emptydirs')
+md5sums=('78799b20c35cc0894d7028ab14affe3f'
+         'SKIP')
+validpgpkeys=('738E4D954052902C147D07B2685A5A5E511D30E2') # Dianne Skoll
+
+build() {
+  cd "${pkgname}-${_pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${_pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to