summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSteven Honeyman2016-06-08 18:09:06 +0100
committerSteven Honeyman2016-06-08 18:09:06 +0100
commit071a17d28f7e1be05c3e30743fc554beb25933ac (patch)
treec411f689dc9a2f81de340162e377d725bea3a639 /PKGBUILD
parent83af6cf48f08cdcfae24176ccdbd4206e79a4d17 (diff)
downloadaur-071a17d28f7e1be05c3e30743fc554beb25933ac.tar.gz
update to 0.5-rc2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 3 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3647fe3d0c8c..0a0a66cc8def 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: daniel <quite a hack org>
pkgname=fim
-_pkgname='rc1'
-pkgver=0.4
+_pkgname='rc2'
+pkgver=0.5
pkgrel=9
pkgdesc="Highly customizable and scriptable framebuffer image viewer based on fbi."
arch=('i686' 'x86_64')
@@ -22,13 +22,8 @@ depends=('giflib' 'libjpeg-turbo')
options=(!makeflags)
install=install
source=("http://download.savannah.gnu.org/releases/fbi-improved/$pkgname-$pkgver-${_pkgname}.tar.bz2")
-md5sums=('4aea815884ba98a3d2efe7263351b848')
+md5sums=('01333ce38f1eacd60ad668a2ca38ac7e')
-prepare() {
- cd "$srcdir/$pkgname-$pkgver-$_pkgname"
- sed -i -e 's#\(DGifCloseFile(h->gif\));#\1, \&h->ErrorCode);#' \
- -e 's#char .Err#const &#' src/FbiStuffGif.cpp
-}
build() {
cd "$srcdir/$pkgname-$pkgver-$_pkgname"