summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorclu2017-12-11 12:29:05 -0700
committerclu2017-12-11 12:29:05 -0700
commit5acc64fdbb73dd6cccbb69423238d31f81018f03 (patch)
tree96df5aea3a1f671bca11ef65593c829cc5387692
parentc4aced8d9b838fb35262b6452f70aa8b76f4a85d (diff)
downloadaur-stiff.tar.gz
Update to version 2.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c417d562911..a9f09c55da53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = stiff
pkgdesc = is a program that converts scientific FITS images to the more popular TIFF format for illustration purposes.
- pkgver = 2.1.3
- pkgrel = 2
+ pkgver = 2.4.0
+ pkgrel = 1
url = http://www.astromatic.net/software/stiff
arch = i686
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = stiff
depends = libtiff>=3.6
depends = libjpeg>=6.0
depends = zlib>=1.2
- source = http://www.astromatic.net/download/stiff/stiff-2.1.3.tar.gz
- sha1sums = a5424ab71865a5e5a7a600fa27566771a4e5e273
+ source = http://www.astromatic.net/download/stiff/stiff-2.4.0.tar.gz
+ sha1sums = 4554772a432d1f6c3779933c1971469b81526b14
pkgname = stiff
diff --git a/PKGBUILD b/PKGBUILD
index ddf10962f371..2466af33bcb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: <clu>
pkgname=stiff
-pkgver=2.1.3
-pkgrel=2
+pkgver=2.4.0
+pkgrel=1
pkgdesc="is a program that converts scientific FITS images to the more popular TIFF format for illustration purposes."
url="http://www.astromatic.net/software/stiff"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ conflicts=()
replaces=()
backup=()
source=(http://www.astromatic.net/download/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('a5424ab71865a5e5a7a600fa27566771a4e5e273')
+sha1sums=('4554772a432d1f6c3779933c1971469b81526b14')
build() {
cd $srcdir/$pkgname-$pkgver