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

Antonio Rojas arojas at archlinux.org
Fri Jul 12 11:43:01 UTC 2019


    Date: Friday, July 12, 2019 @ 11:43:01
  Author: arojas
Revision: 489105

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-12 11:42:43 UTC (rev 489104)
+++ PKGBUILD	2019-07-12 11:43:01 UTC (rev 489105)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=wcslib
-pkgver=6.2
-pkgrel=2
-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=('bb4dfe242959bc4e5540890e0475754ad4a027dba971903dc4d82df8d564d805')
-
-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 489104, wcslib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-12 11:43:01 UTC (rev 489105)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=wcslib
+pkgver=6.3
+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=('4c37f07d64d51abaf30093238fdd426a321ffaf5a9575f7fd81e155d973822ea')
+
+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