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

Antonio Rojas arojas at archlinux.org
Wed Sep 2 17:34:44 UTC 2020


    Date: Wednesday, September 2, 2020 @ 17:34:44
  Author: arojas
Revision: 696663

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-02 17:34:35 UTC (rev 696662)
+++ PKGBUILD	2020-09-02 17:34:44 UTC (rev 696663)
@@ -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.0
-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=('1699f773198018b55b12631db9c1801fe3ed191e618a1ee1be743f4570ae06a3')
-
-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 696662, openlibm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-02 17:34:44 UTC (rev 696663)
@@ -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.1
+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=('d4b252b71c74571fe5b39d42dee03ccca4bb238827e6a2c9ba108dbca2d3e879')
+
+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