summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzlfn2022-06-15 15:54:54 +0900
committerzlfn2022-06-15 15:54:54 +0900
commit8d55bc434fed66648b3db6e29b0e564ea41f99de (patch)
tree1145e34224cbd1a6ff5380bc89985cc4af1ffe26
parentb0c3983b53b9d709c98b8c4d0c2d9cadbe3282e7 (diff)
downloadaur-8d55bc434fed66648b3db6e29b0e564ea41f99de.tar.gz
git
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD14
2 files changed, 12 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff7c2a7d30f9..e3ade82e3138 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = krita-plus-bin
- pkgdesc = The pre-built package of Krita Plus. If you do not trust me, install krita-plus instead.
- pkgver = 5.1.0.g0ae8b00
+ pkgdesc = The pre-built package of Krita Plus. If you do not trust me, intall krita-plus-git instead.
+ pkgver = v5.1.0.prealpha.r2151.g93e3db259c
pkgrel = 1
url = https://krita.org
arch = x86_64
@@ -45,7 +45,8 @@ pkgbase = krita-plus-bin
optdepends = krita-plugin-gmic: GMic plugin
provides = krita
conflicts = krita
- source = https://github.com/zlfn/krita-aur/releases/download/v5.1.0-prealpha/krita-plus-bin-5.1.0-1-x86_64.pkg.tar.zst
- sha256sums = SKIP
+ noextract = krita-plus-bin-v5.1.0.prealpha.r2151.g93e3db259c-1-x86_64.pkg.tar.zst
+ source = https://github.com/zlfn/krita-aur/releases/download/93e3db259c/krita-plus-bin-v5.1.0.prealpha.r2151.g93e3db259c-1-x86_64.pkg.tar.zst
+ sha512sums = SKIP
pkgname = krita-plus-bin
diff --git a/PKGBUILD b/PKGBUILD
index 78891fb8dea6..b73cf0bfdc90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,12 @@
# Maintainer: zlfn <elusive1102@naver.com>
pkgname=krita-plus-bin
-_pkgver=5.1.0.g0ae8b00
-pkgver=${_pkgver/-/}
+pkgver=v5.1.0.prealpha.r2151.g93e3db259c
pkgrel=1
-pkgdesc='The pre-built package of Krita Plus. If you do not trust me, install krita-plus instead.'
+pkgdesc='The pre-built package of Krita Plus. If you do not trust me, intall krita-plus-git instead.'
arch=(x86_64)
url='https://krita.org'
license=(GPL3)
-provides=(krita)
-conflicts=(krita)
depends=(kitemviews kitemmodels ki18n kcompletion kguiaddons kcrash qt5-svg qt5-multimedia quazip
gsl libraw exiv2 openexr fftw openjpeg2 opencolorio libwebp hicolor-icon-theme)
makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 python-pyqt5 libheif
@@ -18,5 +15,8 @@ optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations'
'python-pyqt5: for the Python plugins' 'libheif: HEIF filter'
'kseexpr: SeExpr generator layer' 'kimageformats: PSD support' 'libmypaint: support for MyPaint brushes'
'krita-plugin-gmic: GMic plugin')
-source=(https://github.com/zlfn/krita-aur/releases/download/v5.1.0-prealpha/krita-plus-bin-5.1.0-1-x86_64.pkg.tar.zst)
-sha256sums=('SKIP')
+provides=(krita)
+conflicts=(krita)
+source=('https://github.com/zlfn/krita-aur/releases/download/93e3db259c/krita-plus-bin-v5.1.0.prealpha.r2151.g93e3db259c-1-x86_64.pkg.tar.zst')
+noextract=('krita-plus-bin-v5.1.0.prealpha.r2151.g93e3db259c-1-x86_64.pkg.tar.zst')
+sha512sums=('SKIP')