diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-10-05 10:04:45 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-10-05 10:04:45 -0300 |
commit | 1d7654844d03a315c45e204abf8fa44f4d750bba (patch) | |
tree | 3a009f4ec4921e4d62428d0f3da4169380dd8f7e /extra/epplet-base/PKGBUILD | |
parent | b6c59f3d5bcae3f0b61856c1bea145c25c02a6f7 (diff) | |
parent | 777466db27694f0cad10a7159ba66f2a2b39a516 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
gnome-unstable/folks/PKGBUILD
gnome-unstable/telepathy-glib/PKGBUILD
gnome-unstable/telepathy-mission-control/PKGBUILD
libre/kdenetwork-kopete-libre/PKGBUILD
testing/iputils/PKGBUILD
testing/iputils/iputils.install
testing/ypserv/PKGBUILD
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 33af3327e..8399f5ec4 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' 'mips64el') 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}" |