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

Antonio Rojas arojas at gemini.archlinux.org
Sat Feb 12 20:27:21 UTC 2022


    Date: Saturday, February 12, 2022 @ 20:27:21
  Author: arojas
Revision: 1132966

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-12 20:27:11 UTC (rev 1132965)
+++ PKGBUILD	2022-02-12 20:27:21 UTC (rev 1132966)
@@ -1,31 +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.11
-_pkgver=03.03.11
-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')
-md5sums=('d0469bd2845f402c8cf81dc3166b6451'
-         '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 1132965, remind/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-12 20:27:21 UTC (rev 1132966)
@@ -0,0 +1,31 @@
+# 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.4.0
+_pkgver=03.04.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')
+source=("https://dianne.skoll.ca/projects/$pkgname/download/$pkgname-$_pkgver.tar.gz"{,.sig})
+options=('!emptydirs')
+md5sums=('b981b7f53fccaa27e0201f53bebea33f'
+         '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