Package Details: fitspng 2.0-1

Git Clone URL: https://aur.archlinux.org/fitspng.git (read-only, click to copy)
Package Base: fitspng
Description: FITS to PNG convertor
Upstream URL: http://integral.physics.muni.cz/fitspng/
Licenses: GPL3
Submitter: astrograzl
Maintainer: astrograzl
Last Packager: astrograzl
Votes: 1
Popularity: 0.000000
First Submitted: 2009-10-06 15:51 (UTC)
Last Updated: 2022-08-01 10:15 (UTC)

Latest Comments

Lubiquity commented on 2022-03-28 15:34 (UTC)

New 2.0 version available:

diff --git a/PKGBUILD b/PKGBUILD
index f7c2e86..66bbf90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,23 @@
 # Maintainer: Zdenek Janak <janak@physics.muni.cz>

 pkgname=fitspng
-pkgver=1.4
+pkgver=2.0
 pkgrel=1
 pkgdesc="FITS to PNG convertor"
 arch=('i686' 'x86_64')
 url="http://integral.physics.muni.cz/fitspng/"
 license=('GPL3')
 depends=('libpng' 'cfitsio')
-source=(ftp://integral.physics.muni.cz/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('e2109bab7bdf50967249769fe51d983e')
+source=(https://integral.physics.muni.cz/ftp/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('0fd84d5a244dd6348fe4f3224591da3e')

 build() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
   ./configure --prefix=/usr
   make
 }

 package() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
   make DESTDIR="$pkgdir/" install
 }

Lubiquity commented on 2019-03-03 18:45 (UTC) (edited on 2019-03-03 18:45 (UTC) by Lubiquity)

Thank's for the package.

The 1.3 archive moved in the obsolete ftp directory.

Now the current version is 1.4, could you update the ebuild?

pkgver=1.3 -> 1.4

md5sums -> e2109bab7bdf50967249769fe51d983e

Thank's a lot.

<deleted-account> commented on 2012-09-04 15:57 (UTC)

Version 0.3.2 released, PKGBUILD doesn't work due to missing file fitspng-0.3.0.tar.gz (location changed at server).