git » krita.git » commit caaa420

Updated tarball

author Antonio Rojas
2018-03-22 13:49:32 UTC
committer Antonio Rojas
2018-03-22 13:49:32 UTC
parent b32aae094fdd5a787182f5a9c14755e8f775a49b

Updated tarball

PKGBUILD +4 -9

diff --git a/PKGBUILD b/PKGBUILD
index cb3e72e..49014e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgname=krita
 pkgver=4.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Edit and paint images"
 arch=(x86_64)
 url="https://krita.org"
@@ -14,18 +14,13 @@ optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 'opencolorio:
             "krita-plugin-gmic: G'MIC plugin" 'python-pyqt5: for the Python plugins')
 conflicts=(calligra-krita krita-l10n)
 replaces=(calligra-krita krita-l10n)
-source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz"{,.sig}
-        krita-l10n.patch::"https://cgit.kde.org/krita.git/patch/?id=3d56e134")
-sha256sums=('09c4765e602c7f76e988cef4fe278a43a17933c8fb57c108b4f7f73bf7315593'
-            'SKIP'
-            'c3a4d07498f77d2d52207748dc162b5693edb22fd567887f3abb477d638aeb0f')
+source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz"{,.sig})
+sha256sums=('5ff1925361c65e5a8ca6949035ef3d1291488b63f0f473dbf62bf70a525d0336'
+            'SKIP')
 validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt <foundation@krita.org>
 
 prepare() {
   mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../krita-l10n.patch # Fix translations https://bugs.kde.org/show_bug.cgi?id=391989
 }
 
 build() {