summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSumit Sahrawat2021-09-17 16:40:11 +0530
committerSumit Sahrawat2021-09-17 16:40:11 +0530
commit8b8c7c292d0494ff15a8d467fa2a957e4510bc99 (patch)
tree7f4f3f839a586aa0ca4d0d351a3c951aff5f0ee7 /PKGBUILD
parent2a34c38894e4718d9085c6f4e2ccb0460e69c4f3 (diff)
downloadaur-8b8c7c292d0494ff15a8d467fa2a957e4510bc99.tar.gz
Revert "add GLSL install instructions"
This reverts commit 2a34c38894e4718d9085c6f4e2ccb0460e69c4f3.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 2 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a8cab1202b73..45f5b7a1d31e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,9 @@
pkgname=anime4k
pkgver=4.0.1
-pkgrel=2
+pkgrel=1
_tag="v${pkgver}"
_zip="Anime4K_v${pkgver:0:-2}.zip"
-_doc="GLSL_Instructions.md"
pkgdesc='A High-Quality Real Time Upscaler for Anime Video'
arch=('any')
url='https://github.com/bloc97/Anime4K#anime4k'
@@ -24,7 +23,6 @@ changelog=''
options=()
source=(
"${_zip}::https://github.com/bloc97/Anime4K/releases/download/${_tag}/${_zip}"
- "${_doc}::https://raw.githubusercontent.com/bloc97/Anime4K/${_tag}/${_doc}"
"LICENSE::https://raw.githubusercontent.com/bloc97/Anime4K/${_tag}/LICENSE"
)
noextract=()
@@ -32,11 +30,9 @@ validpgpkeys=()
sha256sums=(
'139cd282086457c5adc79caf7b75b8b825091d71c9b54958c18745fea62d7ed7'
'SKIP'
- 'SKIP'
)
package() {
install -Dm644 -t "${pkgdir}"/usr/share/anime4k "${srcdir}"/*.glsl
- install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE
- install -Dm644 -t "${pkgdir}/usr/share/doc/${pkgname}" "${_doc}"
+ install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}