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

Lukas Fleischer lfleischer at archlinux.org
Sun Dec 29 12:19:47 UTC 2019


    Date: Sunday, December 29, 2019 @ 12:19:47
  Author: lfleischer
Revision: 543734

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-29 12:19:40 UTC (rev 543733)
+++ PKGBUILD	2019-12-29 12:19:47 UTC (rev 543734)
@@ -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.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
-}

Copied: remind/repos/community-x86_64/PKGBUILD (from rev 543733, remind/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-29 12:19:47 UTC (rev 543734)
@@ -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.17
+_pkgver=03.01.17
+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=('54c83c15e15e6799ec1b16e205d3905c'
+         '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