summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2024-01-05 03:02:20 +0100
committerbegin-theadventure2024-01-05 03:02:20 +0100
commit7d0abd813eb3eabbdb86871c96c63ad1982a4bf4 (patch)
tree8ac6b8829ea38fa3d71f2f63074aab4979c4cff7
parentfce4b6a08ed1f2acc808ffa2ddb84fcc204c7a63 (diff)
downloadaur-upscaler-git.tar.gz
1.2.2.r38.g8cba706, clean up
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14a9e9ea707f..08e4eaa3909c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = upscaler-git
pkgdesc = Upscale and enhance images (latest commit)
- pkgver = 1.2.2.r26.gea5f43f
+ pkgver = 1.2.2.r38.g8cba706
pkgrel = 1
url = https://gitlab.gnome.org/World/Upscaler
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 431109f5188f..452e32156cb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,8 @@
# Maintainer: begin-theadventure <begin-thecontact.ncncb at dralias dot com>
# Contributor: Igor Dyatlov <dyatlov.igor@protonmail.com>
-_pkgname=upscaler
-pkgname=$_pkgname-git
-pkgver=1.2.2.r26.gea5f43f
+pkgname=upscaler-git
+pkgver=1.2.2.r38.g8cba706
pkgrel=1
pkgdesc="Upscale and enhance images (latest commit)"
arch=('x86_64')
@@ -12,8 +11,8 @@ license=('GPL3')
depends=('libadwaita' 'python-cffi' 'python-gobject' 'python-vulkan' 'realesrgan-ncnn-vulkan')
makedepends=('blueprint-compiler' 'git' 'meson')
checkdepends=('appstream-glib')
-provides=("$_pkgname")
-conflicts=("$_pkgname")
+provides=("upscaler")
+conflicts=("upscaler")
source=(git+$url.git)
sha256sums=('SKIP')