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

Lukas Fleischer lfleischer at archlinux.org
Sun Jun 23 17:04:08 UTC 2019


    Date: Sunday, June 23, 2019 @ 17:04:08
  Author: lfleischer
Revision: 483205

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-23 17:04:01 UTC (rev 483204)
+++ PKGBUILD	2019-06-23 17:04:08 UTC (rev 483205)
@@ -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.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
-}

Copied: remind/repos/community-x86_64/PKGBUILD (from rev 483204, remind/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-23 17:04:08 UTC (rev 483205)
@@ -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.1.16
+_pkgver=03.01.16
+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=('17ba30c2aee7f3156cc8de308be123ed'
+         '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