summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValHue2020-10-03 17:28:46 +0200
committerValHue2020-10-03 17:28:46 +0200
commitcaa78b55ae8596f5763f57bbdb764e8a4f0eb082 (patch)
tree309be0aecaa6acac4fb5581973a972f46baa45e5
parentd769ddefe643ac6e0ec53797994b1e513ced7506 (diff)
downloadaur-imagination.tar.gz
Update to 3.6-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e38b8876612b..e37839be9f8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = imagination
- pkgdesc = Imagination is a lightweight and simple DVD slideshow maker in GTK+2.
- pkgver = 3.5
+ pkgdesc = Imagination is a lightweight and simple DVD slideshow maker in GTK+3.
+ pkgver = 3.6
pkgrel = 1
url = http://imagination.sourceforge.net/
arch = i686
@@ -12,8 +12,8 @@ pkgbase = imagination
depends = gtk3
depends = ffmpeg
depends = sox
- source = http://downloads.sourceforge.net/imagination/imagination-3.5.tar.gz
- sha256sums = 6cf1621b7bbb1a21b8a845a7250dcaf3281734c3ce0e0ff146cf5f323d00f100
+ source = imagination-3.6.tar.gz::http://downloads.sourceforge.net/imagination/imagination-3.6.tar.gz
+ sha256sums = 85dfa14acfe78a8a721c86c0056ce6bd1b517e9b7e6ab9fb3a5864b7d37a2d8d
pkgname = imagination
diff --git a/PKGBUILD b/PKGBUILD
index 825ce46c68f2..29c68482a800 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,22 +3,22 @@
# Contributor: Asa Marco <marcoasa90[at]gmail[dot]com>
#
pkgname="imagination"
-pkgver="3.5"
+pkgver="3.6"
pkgrel="1"
-pkgdesc="Imagination is a lightweight and simple DVD slideshow maker in GTK+2."
+pkgdesc="Imagination is a lightweight and simple DVD slideshow maker in GTK+3."
arch=('i686' 'x86_64')
url="http://imagination.sourceforge.net/"
license=('GPL')
depends=('gtk3' 'ffmpeg' 'sox')
makedepends=('intltool' 'docbook-xsl' 'libxslt')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('6cf1621b7bbb1a21b8a845a7250dcaf3281734c3ce0e0ff146cf5f323d00f100')
+source=($pkgname-$pkgver.tar.gz::http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('85dfa14acfe78a8a721c86c0056ce6bd1b517e9b7e6ab9fb3a5864b7d37a2d8d')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
#sed -i 's/PLUGINS_INSTALLED 0/PLUGINS_INSTALLED 1/g' src/support.h
./autogen.sh
- #LDFLAGS="-lm -lgmodule-2.0"
+ #LDFLAGS="-lm -lgmodule-2.0"
./configure --prefix=/usr
make
}