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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Mar 25 11:05:27 UTC 2018


    Date: Sunday, March 25, 2018 @ 11:05:25
  Author: bpiotrowski
Revision: 312569

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-25 11:05:18 UTC (rev 312568)
+++ PKGBUILD	2018-03-25 11:05:25 UTC (rev 312569)
@@ -1,33 +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=2
-pkgdesc='A sophisticated calendar and alarm program.'
-arch=('i686' 'x86_64')
-url='http://www.roaringpenguin.com/penguin/open_source_remind.php'
-license=('GPL')
-optdepends=('tk: for tkremind'
-            'tcllib: for tkremind'
-            'tcl: for cm2rem.tcl')
-source=("http://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 312568, remind/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-25 11:05:25 UTC (rev 312569)
@@ -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.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
+}



More information about the arch-commits mailing list