summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-10-07 20:37:13 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-10-07 20:37:35 -0300
commit9bffaec6240e78faa1980c9f23ac1acef53ab1ff (patch)
tree16fe9df3d0444a56c4de0493df68c2c64aad4569
parent6d2b60e75b57cbe84836a1dcfc2f5c0fc6cc46cc (diff)
mypaint-gegl: fix pkgbuild
-rw-r--r--pcr/mypaint-gegl/PKGBUILD12
1 files 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
}