diff options
Diffstat (limited to 'extra/mash/PKGBUILD')
-rw-r--r-- | extra/mash/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/mash/PKGBUILD b/extra/mash/PKGBUILD index 56cd2f99f..92e2a085e 100644 --- a/extra/mash/PKGBUILD +++ b/extra/mash/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 157037 2012-04-23 09:53:25Z ibiru $ +# $Id: PKGBUILD 183442 2013-04-21 22:11:40Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> pkgname=mash pkgver=0.2.0 -pkgrel=1.1 +pkgrel=2 pkgdesc="A small library for using 3D models within a Clutter scene" arch=('i686' 'x86_64' 'mips64el') url="http://clutter-project.org/" @@ -11,7 +11,7 @@ options=('!libtool') license=('LGPL') depends=('clutter') makedepends=('gtk-doc' 'gobject-introspection') -source=(http://www.clutter-project.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) +source=(https://github.com/downloads/clutter-project/mash/mash-${pkgver}.tar.xz) sha256sums=('fd4089e2974a1a57f9ba209a0a47924ed157da9fc9a3d65f68a6b9fdca353ccc') build() { |