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

Antonio Rojas arojas at archlinux.org
Wed Feb 3 07:11:43 UTC 2021


    Date: Wednesday, February 3, 2021 @ 07:11:43
  Author: arojas
Revision: 842310

archrelease: copy trunk to community-x86_64

Added:
  openlibm/repos/community-x86_64/PKGBUILD
    (from rev 842309, openlibm/trunk/PKGBUILD)
Deleted:
  openlibm/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-03 07:11:36 UTC (rev 842309)
+++ PKGBUILD	2021-02-03 07:11:43 UTC (rev 842310)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Lex Black <autumn-wind at web.de>
-# Contributor: Arthur Zamarin <arthurzam at gmail.com>
-
-pkgname=openlibm
-pkgver=0.7.3
-pkgrel=1
-pkgdesc='Standalone implementation of C mathematical functions'
-arch=(x86_64)
-url='https://openlibm.org/'
-license=(BSD)
-depends=(glibc)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/JuliaLang/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('d3bcc4ef21c033a0cc408a30186bb3dbe21219e0c52d328ca70eb688cf867354')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -e 's|/usr/local|/usr|' -i Make.inc
-}
-
-build() {
-  cd $pkgname-$pkgver
-  make prefix=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: openlibm/repos/community-x86_64/PKGBUILD (from rev 842309, openlibm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-03 07:11:43 UTC (rev 842310)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Lex Black <autumn-wind at web.de>
+# Contributor: Arthur Zamarin <arthurzam at gmail.com>
+
+pkgname=openlibm
+pkgver=0.7.4
+pkgrel=1
+pkgdesc='Standalone implementation of C mathematical functions'
+arch=(x86_64)
+url='https://openlibm.org/'
+license=(BSD)
+depends=(glibc)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/JuliaLang/$pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('eb585204d6c995691e5545ea4ffcb887c159bf05cc5ee1bbf92a6fcdde2fccae')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -e 's|/usr/local|/usr|' -i Make.inc
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make prefix=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list