[arch-commits] Commit in unuran/repos/community-x86_64 (PKGBUILD PKGBUILD)
Konstantin Gizdov
kgizdov at archlinux.org
Wed Jun 26 19:59:38 UTC 2019
Date: Wednesday, June 26, 2019 @ 19:59:38
Author: kgizdov
Revision: 484606
archrelease: copy trunk to community-x86_64
Added:
unuran/repos/community-x86_64/PKGBUILD
(from rev 484605, unuran/trunk/PKGBUILD)
Deleted:
unuran/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-06-26 19:59:25 UTC (rev 484605)
+++ PKGBUILD 2019-06-26 19:59:38 UTC (rev 484606)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Konstantin Gizdov < arch at kge dot pw >
-
-pkgname=unuran
-pkgver=1.8.1
-pkgrel=1
-pkgdesc='A C library for generating non-uniform pseudorandom variates.'
-arch=('x86_64')
-url='http://statmath.wu.ac.at/unuran/'
-license=('GPL2')
-depends=('gsl')
-options=('!emptydirs')
-source=("http://statmath.wu.ac.at/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('c270ae96857857dbac6450043df865e0517f52856ddbe5202fd35583b13c5193')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr --with-urng-gsl --enable-shared
- make "$MAKEFLAGS"
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: unuran/repos/community-x86_64/PKGBUILD (from rev 484605, unuran/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-06-26 19:59:38 UTC (rev 484606)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Konstantin Gizdov < arch at kge dot pw >
+
+pkgname=unuran
+pkgver=1.8.1
+pkgrel=2
+pkgdesc='A C library for generating non-uniform pseudorandom variates.'
+arch=('x86_64')
+url='http://statmath.wu.ac.at/unuran/'
+license=('GPL2')
+depends=('gsl')
+options=('!emptydirs')
+source=("http://statmath.wu.ac.at/$pkgname/$pkgname-$pkgver.tar.gz")
+sha256sums=('c270ae96857857dbac6450043df865e0517f52856ddbe5202fd35583b13c5193')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --with-urng-gsl --enable-shared
+ make "$MAKEFLAGS"
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list