Date: Saturday, September 3, 2022 @ 18:57:07 Author: arojas Revision: 1292685
archrelease: copy trunk to community-x86_64 Added: remind/repos/community-x86_64/PKGBUILD (from rev 1292684, remind/trunk/PKGBUILD) remind/repos/community-x86_64/keys/ Deleted: remind/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 62 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-09-03 18:56:41 UTC (rev 1292684) +++ PKGBUILD 2022-09-03 18:57:07 UTC (rev 1292685) @@ -1,31 +0,0 @@ -# Maintainer: Lukas Fleischer <lfleisc...@archlinux.org> -# Contributor: Jeff 'codemac' Mickey <j...@archlinux.org> -# Contributor: Sebastian Sontberg <ssontb...@h3c.de> -# Contributor: Daniel J Griffiths <ghost1...@archlinux.us> - -pkgname=remind -pkgver=4.0.0 -_pkgver=04.00.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=('0fc6fb884e907c9dfdac240d27146aca' - '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 1292684, remind/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-09-03 18:57:07 UTC (rev 1292685) @@ -0,0 +1,31 @@ +# Maintainer: Lukas Fleischer <lfleisc...@archlinux.org> +# Contributor: Jeff 'codemac' Mickey <j...@archlinux.org> +# Contributor: Sebastian Sontberg <ssontb...@h3c.de> +# Contributor: Daniel J Griffiths <ghost1...@archlinux.us> + +pkgname=remind +pkgver=4.0.3 +_pkgver=04.00.03 +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=('4360fd4e56eb689315168cceda2a254c' + 'SKIP') +validpgpkeys=('738E4D954052902C147D07B2685A5A5E511D30E2') # Dianne Skoll + +build() { + cd "${pkgname}-${_pkgver}" + + ./configure --prefix=/usr + make +} + +package() { + cd "${pkgname}-${_pkgver}" + make DESTDIR="${pkgdir}" install +}