diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-12-30 10:44:01 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-12-30 10:44:01 -0300 |
commit | 0d8ecfa1948a782678aea98ce57638f0430de78b (patch) | |
tree | 8d126f200367e84337c6d0fa91cd749a1c7877b8 /community/embryo-svn/PKGBUILD | |
parent | 8baf74afe0af3b4012ae438cfeea1bbea3f41375 (diff) | |
parent | 8a823402bd45dc875237a20f174ecbe64e1bae4d (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
extra/desktop-file-utils/PKGBUILD
extra/libgphoto2/PKGBUILD
multilib-testing/lib32-glibc/PKGBUILD
testing/glibc/PKGBUILD
Diffstat (limited to 'community/embryo-svn/PKGBUILD')
-rwxr-xr-x | community/embryo-svn/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/embryo-svn/PKGBUILD b/community/embryo-svn/PKGBUILD index ecade52fa..c850dfc16 100755 --- a/community/embryo-svn/PKGBUILD +++ b/community/embryo-svn/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 60201 2011-12-07 14:41:34Z arodseth $ +# $Id: PKGBUILD 61296 2011-12-28 09:14:55Z rvanharen $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Contributor: Ronald van Haren <ronald.archlinux.org> pkgname=embryo-svn -pkgver=64802 +pkgver=66150 pkgrel=1 pkgdesc="implementation of a C like scripting language for e17" arch=('i686' 'x86_64' 'mips64el') groups=('e17-libs-svn' 'e17-svn') url="http://www.enlightenment.org" license=('BSD') -depends=('glibc') +depends=('glibc' 'eina-svn') makedepends=('svn') conflicts=('embryo') provides=('embryo') |