summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2023-09-02 22:56:42 +0200
committerbegin-theadventure2023-09-02 22:56:42 +0200
commita34f0294258f0d822fc980bd07a7e6b5ccaa4fb3 (patch)
tree933f081868a97ba1c22d584f8fcc2cb5253e8756
parent2e3eafc2fe83cf47bef5754f26085b247fc783de (diff)
downloadaur-a34f0294258f0d822fc980bd07a7e6b5ccaa4fb3.tar.gz
(change back) arch, don't install docs
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d566b7986c9..ff55bf11cac4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = upscaler-git
pkgdesc = Upscale and enhance images (latest commit)
pkgver = 1.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.gnome.org/World/Upscaler
- arch = any
+ arch = x86_64
license = GPL3
checkdepends = appstream-glib
makedepends = blueprint-compiler
diff --git a/PKGBUILD b/PKGBUILD
index cd8e57d27123..e02e7b171549 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
_pkgname=upscaler
pkgname=$_pkgname-git
pkgver=1.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Upscale and enhance images (latest commit)"
-arch=('any')
+arch=('x86_64')
url="https://gitlab.gnome.org/World/Upscaler"
license=('GPL3')
depends=('libadwaita' 'python-cffi' 'python-gobject' 'python-vulkan' 'realesrgan-ncnn-vulkan')
@@ -33,6 +33,4 @@ check() {
package() {
meson install -C build --destdir "$pkgdir"
- install -Dm644 Upscaler/README.md -t "$pkgdir/usr/share/doc/$_pkgname"
- install -Dm644 Upscaler/COPYING -t "$pkgdir/usr/share/licenses/$_pkgname"
}