Date: Monday, April 17, 2023 @ 21:39:57
Author: arojas
Revision: 1447080
archrelease: copy trunk to community-x86_64
Added:
remind/repos/community-x86_64/PKGBUILD
(from rev 1447079, remind/trunk/PKGBUILD)
remind/repos/community-x86_64/keys/
Deleted:
remind/repos/community-x86_64/PKGBUILD
remind/repos/community-x86_64/keys/
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-17 21:39:46 UTC (rev 1447079)
+++ PKGBUILD 2023-04-17 21:39:57 UTC (rev 1447080)
@@ -1,31 +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=4.2.2
-_pkgver=04.02.02
-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')
-source=("https://dianne.skoll.ca/projects/$pkgname/download/$pkgname-$_pkgver.tar.gz"{,.sig})
-options=('!emptydirs')
-sha256sums=('d5571f260f83fc152d2181c92c66b8d368fd166c7fc1c0fc7f81578f59e7218c'
- '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 1447079,
remind/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-17 21:39:57 UTC (rev 1447080)
@@ -0,0 +1,31 @@
+# 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=4.2.5
+_pkgver=04.02.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')
+source=("https://dianne.skoll.ca/projects/$pkgname/download/$pkgname-$_pkgver.tar.gz"{,.sig})
+options=('!emptydirs')
+sha256sums=('9ce105855c19be052877e8ffe627e59458134bb23cfa138078c4839511f8f808'
+ 'SKIP')
+validpgpkeys=('738E4D954052902C147D07B2685A5A5E511D30E2') # Dianne Skoll
+
+build() {
+ cd "${pkgname}-${_pkgver}"
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${pkgname}-${_pkgver}"
+ make DESTDIR="${pkgdir}" install
+}