diff options
author | root <root@rshg054.dnsready.net> | 2012-10-05 01:33:02 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-10-05 01:33:02 -0700 |
commit | 777466db27694f0cad10a7159ba66f2a2b39a516 (patch) | |
tree | 314603754e3855eea98c7cc25416e7c746e40fcf /extra/epplet-base/PKGBUILD | |
parent | c3ff6b4da8966c22dcbf0f5d8a957b875242789f (diff) |
Fri Oct 5 01:33:01 PDT 2012
Diffstat (limited to 'extra/epplet-base/PKGBUILD')
-rw-r--r-- | extra/epplet-base/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/extra/epplet-base/PKGBUILD b/extra/epplet-base/PKGBUILD index 4daecec04..a0a6d48f1 100644 --- a/extra/epplet-base/PKGBUILD +++ b/extra/epplet-base/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 134351 2011-08-03 02:24:23Z eric $ +# $Id: PKGBUILD 167952 2012-10-04 04:50:04Z eric $ # Maintainer: Eric BĂ©langer <eric@archlinux.org> pkgname=epplet-base -pkgver=0.13 -pkgrel=2 +pkgver=0.14 +pkgrel=1 pkgdesc="Addon plugins for the enlightenment windowmanager" arch=('i686' 'x86_64') url="http://www.enlightenment.org" @@ -12,8 +12,7 @@ depends=('imlib2' 'libcdaudio' 'libgl') makedepends=('mesa') options=('!libtool') source=(http://downloads.sourceforge.net/sourceforge/enlightenment/epplets-${pkgver}.tar.gz) -md5sums=('6304130e5741b626c27b6b0cf7ae58e0') -sha1sums=('8af41829e5993a992c31f6285122edce6b60475a') +sha1sums=('ddecad7c22771bc50565f76c36ae334f952388aa') build() { cd "${srcdir}/epplets-${pkgver}" |