summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Souza2023-02-12 06:05:37 -0300
committerDaniel Souza2023-02-12 06:05:37 -0300
commita109c99a1f8f53faf415cd7fe068b8468497ca8f (patch)
tree3209a1a3409c9371e2a6f8217ab8a343c98f99ce /PKGBUILD
parent0b1baba2183ca6ee76e0288f119ab155f9435776 (diff)
downloadaur-yarr-git.tar.gz
Fix typo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2bd3bb47dda3..0b797db846fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _outdir="_output/linux"
pkgname="${_pkgname}-git"
pkgver=v2.3.r41.g95ebbb9
-pkgrel=2
+pkgrel=3
pkgdesc="Self-hosted RSS reader with Vue.js front and Go/SQLite back."
arch=("any")
url="https://github.com/${_gitauthor}/${_pkgname}"
@@ -16,7 +16,7 @@ groups=()
depends=()
makedepends=("go" "make" "git")
optdepends=()
-provides=("${_pkgname%}")
+provides=("${_pkgname}")
conflicts=()
replaces=()
backup=()