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

Antonio Rojas arojas at archlinux.org
Sat Mar 27 09:28:56 UTC 2021


    Date: Saturday, March 27, 2021 @ 09:28:56
  Author: arojas
Revision: 905035

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-27 09:28:47 UTC (rev 905034)
+++ PKGBUILD	2021-03-27 09:28:56 UTC (rev 905035)
@@ -1,32 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Jeff 'codemac' Mickey <jeff at archlinux.org>
-# Contributor: Sebastian Sontberg <ssontberg at h3c.de>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-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
-}

Copied: remind/repos/community-x86_64/PKGBUILD (from rev 905034, remind/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-27 09:28:56 UTC (rev 905035)
@@ -0,0 +1,32 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Jeff 'codemac' Mickey <jeff at archlinux.org>
+# Contributor: Sebastian Sontberg <ssontberg at h3c.de>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=remind
+pkgver=3.3.5
+_pkgver=03.03.05
+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=('90818d5fa0c8b17e236dcdd9de309985'
+         'SKIP')
+validpgpkeys=('738E4D954052902C147D07B2685A5A5E511D30E2') # Dianne Skoll
+
+build() {
+  cd "${pkgname}-${_pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${_pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list