From 9bffaec6240e78faa1980c9f23ac1acef53ab1ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Fri, 7 Oct 2016 20:37:13 -0300 Subject: mypaint-gegl: fix pkgbuild --- pcr/mypaint-gegl/PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pcr/mypaint-gegl/PKGBUILD b/pcr/mypaint-gegl/PKGBUILD index ba458d230..31ba30856 100644 --- a/pcr/mypaint-gegl/PKGBUILD +++ b/pcr/mypaint-gegl/PKGBUILD @@ -14,10 +14,10 @@ depends=('pygtk' 'python2-numpy' 'protobuf-python' 'python2' 'json-c' makedepends=('scons>=0.97' 'swig>=1.3.39' 'git') provides=("${_pkgname}") conflicts=("${_pkgname}" "lib${_pkgname}") -source=(https://github.com/mypaint/mypaint/releases/download/v$pkgver/mypaint-$pkgver.tar.xz - https://github.com/mypaint/mypaint/commit/c03602f3d5456d59fccfc8ad7d41c8c6f1a6d593.patch - lib${_pkgname}::git+https://github.com/${_pkgname}/lib${_pkgname}.git) -md5sums=('c7c2cfac8e1eec5549e58567ec68daac' +source=(${_pkgname}-${pkgver}::git+https://github.com/${_pkgname}/${_pkgname}.git#tag=v${pkgver} + https://github.com/${_pkgname}/${_pkgname}/commit/c03602f3d5456d59fccfc8ad7d41c8c6f1a6d593.patch + lib${_pkgname}.git::git+https://github.com/${_pkgname}/lib${_pkgname}.git) +md5sums=('SKIP' 'e196d8ea9eb9e939118a17c04678a69a' 'SKIP') @@ -25,10 +25,10 @@ prepare() { cd $srcdir/$_pkgname-$pkgver patch -p1 <$srcdir/c03602f3d5456d59fccfc8ad7d41c8c6f1a6d593.patch - # update libmypaint to 1.3.0 + # update libmypaint rm -r brushlib git submodule init - git config submodule.'libmypaint'.url "${srcdir}/lib${_pkgname}" + git config submodule.'libmypaint'.url "${srcdir}/lib${_pkgname}.git" git submodule update } -- cgit v1.2.2