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

Antonio Rojas arojas at gemini.archlinux.org
Thu Jan 20 07:27:12 UTC 2022


    Date: Thursday, January 20, 2022 @ 07:27:12
  Author: arojas
Revision: 1111249

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-20 07:27:00 UTC (rev 1111248)
+++ PKGBUILD	2022-01-20 07:27:12 UTC (rev 1111249)
@@ -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.8.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=('03620768df4ca526a63dd675c6de95a5c9d167ff59555ce57a61c6bf49e400ee')
-
-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 1111248, openlibm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-20 07:27:12 UTC (rev 1111249)
@@ -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.8.1
+pkgrel=1
+pkgdesc='Standalone implementation of C mathematical functions'
+arch=(x86_64)
+url='https://openlibm.org/'
+license=(BSD)
+depends=(glibc)
+source=(https://github.com/JuliaLang/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('ba8a282ecd92d0033f5656bb20dfc6ea3fb83f90ba69291ac8f7beba42dcffcf')
+
+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