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

Antonio Rojas arojas at gemini.archlinux.org
Mon Jul 12 08:25:18 UTC 2021


    Date: Monday, July 12, 2021 @ 08:25:18
  Author: arojas
Revision: 976672

archrelease: copy trunk to community-x86_64

Added:
  wcslib/repos/community-x86_64/PKGBUILD
    (from rev 976671, wcslib/trunk/PKGBUILD)
Deleted:
  wcslib/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-12 08:22:01 UTC (rev 976671)
+++ PKGBUILD	2021-07-12 08:25:18 UTC (rev 976672)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=wcslib
-pkgver=7.6
-pkgrel=1
-pkgdesc="A C library that implements the 'World Coordinate System' (WCS) standard in FITS"
-arch=(x86_64)
-url="https://www.atnf.csiro.au/people/Mark.Calabretta/WCS/"
-license=(GPL3)
-depends=(cfitsio)
-makedepends=(gcc-fortran)
-source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2")
-sha256sums=('54bb8c92167a7f13f8aa73fc4b8a09785256d2c98213467debc7a282a431318b')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --without-pgplot
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Fix wrong permissions
-  chmod g=rx,-s "$pkgdir"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
-  chmod -s "$pkgdir"/usr/{include/wcslib-$pkgver/,share/doc/wcslib-$pkgver/{,html/}}
-}

Copied: wcslib/repos/community-x86_64/PKGBUILD (from rev 976671, wcslib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-12 08:25:18 UTC (rev 976672)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=wcslib
+pkgver=7.7
+pkgrel=1
+pkgdesc="A C library that implements the 'World Coordinate System' (WCS) standard in FITS"
+arch=(x86_64)
+url="https://www.atnf.csiro.au/people/Mark.Calabretta/WCS/"
+license=(GPL3)
+depends=(cfitsio)
+makedepends=(gcc-fortran)
+source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2")
+sha256sums=('a708e6b4e90e2cd6427434715b591bb9c3d4005c99725ec494b8e0bed2de5355')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --without-pgplot
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Fix wrong permissions
+  chmod g=rx,-s "$pkgdir"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
+  chmod -s "$pkgdir"/usr/{include/wcslib-$pkgver/,share/doc/wcslib-$pkgver/{,html/}}
+}




More information about the arch-commits mailing list