Date: Saturday, August 26, 2017 @ 20:03:29 Author: arojas Revision: 254313
archrelease: copy trunk to community-i686, community-x86_64 Added: normaliz/repos/community-i686/PKGBUILD (from rev 254312, normaliz/trunk/PKGBUILD) normaliz/repos/community-x86_64/PKGBUILD (from rev 254312, normaliz/trunk/PKGBUILD) Deleted: normaliz/repos/community-i686/PKGBUILD normaliz/repos/community-x86_64/PKGBUILD ---------------------------+ /PKGBUILD | 50 ++++++++++++++++++++++++++++++++++++++++++++ community-i686/PKGBUILD | 25 ---------------------- community-x86_64/PKGBUILD | 25 ---------------------- 3 files changed, 50 insertions(+), 50 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2017-08-26 20:02:59 UTC (rev 254312) +++ community-i686/PKGBUILD 2017-08-26 20:03:29 UTC (rev 254313) @@ -1,25 +0,0 @@ -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Contributor: Tarn Burton <twburton at gmail dot com> - -pkgname=normaliz -pkgver=3.3.0 -pkgrel=1 -pkgdesc="A tool for computations in affine monoids, vector configurations, lattice polytopes, and rational cones." -arch=(i686 x86_64) -url="https://www.normaliz.uni-osnabrueck.de/" -license=(GPL) -depends=(gmp) -makedepends=(boost) -source=("https://github.com/Normaliz/Normaliz/releases/download/v$pkgver/Normaliz-$pkgver.tar.gz") -sha256sums=('a0fb74784cc4866637f894794d788931f50872180c800d20aa8d6fd375b098c3') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: normaliz/repos/community-i686/PKGBUILD (from rev 254312, normaliz/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-08-26 20:03:29 UTC (rev 254313) @@ -0,0 +1,25 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Tarn Burton <twburton at gmail dot com> + +pkgname=normaliz +pkgver=3.4.0 +pkgrel=1 +pkgdesc="A tool for computations in affine monoids, vector configurations, lattice polytopes, and rational cones." +arch=(i686 x86_64) +url="https://www.normaliz.uni-osnabrueck.de/" +license=(GPL) +depends=(gmp) +makedepends=(boost) +source=("https://github.com/Normaliz/Normaliz/releases/download/v$pkgver/Normaliz-$pkgver.tar.gz") +sha256sums=('01eae802621beb3bdbde57bae32a1251d40ecc4a01660a50540c1e1f5eeb9c24') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2017-08-26 20:02:59 UTC (rev 254312) +++ community-x86_64/PKGBUILD 2017-08-26 20:03:29 UTC (rev 254313) @@ -1,25 +0,0 @@ -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Contributor: Tarn Burton <twburton at gmail dot com> - -pkgname=normaliz -pkgver=3.3.0 -pkgrel=1 -pkgdesc="A tool for computations in affine monoids, vector configurations, lattice polytopes, and rational cones." -arch=(i686 x86_64) -url="https://www.normaliz.uni-osnabrueck.de/" -license=(GPL) -depends=(gmp) -makedepends=(boost) -source=("https://github.com/Normaliz/Normaliz/releases/download/v$pkgver/Normaliz-$pkgver.tar.gz") -sha256sums=('a0fb74784cc4866637f894794d788931f50872180c800d20aa8d6fd375b098c3') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: normaliz/repos/community-x86_64/PKGBUILD (from rev 254312, normaliz/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2017-08-26 20:03:29 UTC (rev 254313) @@ -0,0 +1,25 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Tarn Burton <twburton at gmail dot com> + +pkgname=normaliz +pkgver=3.4.0 +pkgrel=1 +pkgdesc="A tool for computations in affine monoids, vector configurations, lattice polytopes, and rational cones." +arch=(i686 x86_64) +url="https://www.normaliz.uni-osnabrueck.de/" +license=(GPL) +depends=(gmp) +makedepends=(boost) +source=("https://github.com/Normaliz/Normaliz/releases/download/v$pkgver/Normaliz-$pkgver.tar.gz") +sha256sums=('01eae802621beb3bdbde57bae32a1251d40ecc4a01660a50540c1e1f5eeb9c24') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +}