diff options
author | ValHue | 2019-01-12 11:18:51 +0100 |
---|---|---|
committer | ValHue | 2019-01-12 11:18:51 +0100 |
commit | 0dc9c97507f066e4425c75c8505801235dcf14e4 (patch) | |
tree | 66b558a04ead416e8c9c4b75465cfdef2faa7c2d | |
parent | 2caea78bbeac46224005ee7baf61c586460c62ce (diff) | |
download | aur-0dc9c97507f066e4425c75c8505801235dcf14e4.tar.gz |
Update to 3.4-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = imagination pkgdesc = Imagination is a lightweight and simple DVD slideshow maker in GTK+2. - pkgver = 3.1 + pkgver = 3.4 pkgrel = 1 url = http://imagination.sourceforge.net/ arch = i686 @@ -12,8 +12,8 @@ pkgbase = imagination depends = ffmpeg depends = sox provides = imagination - source = http://downloads.sourceforge.net/imagination/imagination-3.1.tar.bz2 - sha256sums = 96f53656eae043e061e35fa09e81386c04a9edef9fff75f047f880553e1777a8 + source = http://downloads.sourceforge.net/imagination/imagination-3.4.tar.bz2 + sha256sums = 1c7cceb54a2316586c39149364110fb1a15f0a580be130847e78a256529d55e4 pkgname = imagination @@ -3,7 +3,7 @@ # Contributor: Asa Marco <marcoasa90[at]gmail[dot]com> # pkgname="imagination" -pkgver="3.1" +pkgver="3.4" pkgrel="1" pkgdesc="Imagination is a lightweight and simple DVD slideshow maker in GTK+2." arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('gtk2' 'ffmpeg' 'sox') makedepends=('intltool' 'docbook-xsl') provides=('imagination') source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2) -sha256sums=('96f53656eae043e061e35fa09e81386c04a9edef9fff75f047f880553e1777a8') +sha256sums=('1c7cceb54a2316586c39149364110fb1a15f0a580be130847e78a256529d55e4') build() { cd "${srcdir}/${pkgname}-${pkgver}" |