diff options
author | Juan RP <xtraeme@gmail.com> | 2014-09-08 19:00:08 +0000 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2014-09-08 19:00:08 +0000 |
commit | 9990fbfbc0955c0773510df2f3d0acbda1b0a77a (patch) | |
tree | f5917a456a656f8e012e712aa4e9c24a8b143c0f /srcpkgs/tumbler/template | |
parent | 2b2f4674b4b25919f381d21c846d05d30302fa15 (diff) | |
download | void-packages-9990fbfbc0955c0773510df2f3d0acbda1b0a77a.tar void-packages-9990fbfbc0955c0773510df2f3d0acbda1b0a77a.tar.gz void-packages-9990fbfbc0955c0773510df2f3d0acbda1b0a77a.tar.bz2 void-packages-9990fbfbc0955c0773510df2f3d0acbda1b0a77a.tar.lz void-packages-9990fbfbc0955c0773510df2f3d0acbda1b0a77a.tar.xz void-packages-9990fbfbc0955c0773510df2f3d0acbda1b0a77a.tar.zst void-packages-9990fbfbc0955c0773510df2f3d0acbda1b0a77a.zip |
tumbler: update to 0.1.30.
Diffstat (limited to '')
-rw-r--r-- | srcpkgs/tumbler/template | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/srcpkgs/tumbler/template b/srcpkgs/tumbler/template index 57901f09a36..bd57010173a 100644 --- a/srcpkgs/tumbler/template +++ b/srcpkgs/tumbler/template @@ -1,7 +1,7 @@ # Template file for 'tumbler'. pkgname=tumbler -version=0.1.29 -revision=2 +version=0.1.30 +revision=1 build_style=gnu-configure # XXX: missing support: libopenraw, ffmpegthumbnailer hostmakedepends="pkg-config intltool" @@ -13,10 +13,10 @@ maintainer="Juan RP <xtraeme@gmail.com>" license="GPL-2" homepage="http://xfce.org" distfiles="http://archive.xfce.org/src/xfce/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2" -checksum=c3bac4ee609e22be6c7f01a4fdf6086bc6b57940d82f99570a2d9d547a32fc93 +checksum=e7c20d79c830465f8b3b792893f05e8b8d5ba90aec4973e7517e07ef31537304 tumbler-devel_package() { - depends="libglib-devel tumbler>=${version}" + depends="libglib-devel ${sourcepkg}>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include |