[arch-commits] Commit in unuran/repos/community-x86_64 (PKGBUILD PKGBUILD)
Konstantin Gizdov
kgizdov at archlinux.org
Mon May 25 15:39:15 UTC 2020
Date: Monday, May 25, 2020 @ 15:39:15
Author: kgizdov
Revision: 634585
archrelease: copy trunk to community-x86_64
Added:
unuran/repos/community-x86_64/PKGBUILD
(from rev 634584, unuran/trunk/PKGBUILD)
Deleted:
unuran/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-25 15:39:07 UTC (rev 634584)
+++ PKGBUILD 2020-05-25 15:39:15 UTC (rev 634585)
@@ -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=4
-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=("${pkgname}-${pkgver}::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 634584, unuran/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-05-25 15:39:15 UTC (rev 634585)
@@ -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=5
+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=("${pkgname}-${pkgver}.tar.gz::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