summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzlfn2022-06-18 01:28:31 +0900
committerzlfn2022-06-18 01:28:31 +0900
commit0fed4b196c74f138f09c46d073ab7b92623e8635 (patch)
tree5647652426760be882a36f947b06c0221125756f
parentf9a817013d0fade8cf869f9b990243f9706c9514 (diff)
downloadaur-0fed4b196c74f138f09c46d073ab7b92623e8635.tar.gz
??????
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD26
2 files changed, 5 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17d46bbe5b2b..9a4910249cf0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -45,7 +45,8 @@ pkgbase = krita-plus-bin
optdepends = krita-plugin-gmic: GMic plugin
provides = krita
conflicts = krita
- source = krita::git+https://github.com/KDE/krita.git#branch=krita/5.1
+ noextract = krita-plus-bin-v5.1.0.prealpha.r2174.g82766ef025-1-x86_64.pkg.tar.zst
+ source = https://github.com/zlfn/krita-aur/releases/download/v5.1.0.prealpha.r2174.g82766ef025/krita-plus-bin-v5.1.0.prealpha.r2174.g82766ef025-1-x86_64.pkg.tar.zst
sha512sums = SKIP
pkgname = krita-plus-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6a6a621d9592..0cb25fef42b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: zlfn <elusive1102@naver.com>
+# Maintainer: zlfn <dev@zlfn.space>
pkgname=krita-plus-bin
pkgver=v5.1.0.prealpha.r2174.g82766ef025
@@ -17,26 +17,6 @@ optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations'
'krita-plugin-gmic: GMic plugin')
provides=(krita)
conflicts=(krita)
-source=('krita::git+https://github.com/KDE/krita.git#branch=krita/5.1')
+source=(https://github.com/zlfn/krita-aur/releases/download/v5.1.0.prealpha.r2174.g82766ef025/krita-plus-bin-v5.1.0.prealpha.r2174.g82766ef025-1-x86_64.pkg.tar.zst)
+noextract=(krita-plus-bin-v5.1.0.prealpha.r2174.g82766ef025-1-x86_64.pkg.tar.zst)
sha512sums=('SKIP')
-
-pkgver() {
- cd krita
- git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
- cd ..
- cd ..
- echo $pkgver > pkgver
- echo $pkgrel > pkgrel
-
-}
-
-build() {
- cmake -B build -S krita \
- -DBUILD_TESTING=OFF \
- -DBUILD_KRITA_QT_DESIGNER_PLUGINS=ON
- cmake --build build -j 4
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}