diff options
author | Silvio Knizek | 2024-10-05 14:51:19 +0200 |
---|---|---|
committer | Silvio Knizek | 2024-10-05 14:51:19 +0200 |
commit | 54f25c65538e2ffe324bb2fcb8495c21050c77d1 (patch) | |
tree | 7e8d8624f7417db1b996ec22bb67c369120f1d87 | |
parent | a69f9d573c234f4f051d7ae3acc32d1f19b55c1a (diff) | |
download | aur-xfconf-git.tar.gz |
and don't forget to bump the package version
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ pkgbase = xfconf-git pkgdesc = D-Bus-based configuration storage system - git checkout pkgver = 4.19.2+14+g4593943 - pkgrel = 2 + pkgrel = 3 url = https://docs.xfce.org/xfce/xfconf/start arch = i686 arch = x86_64 @@ -7,7 +7,7 @@ _pkgname=xfconf pkgname="${_pkgname}-git" pkgver=4.19.2+14+g4593943 -pkgrel=2 +pkgrel=3 pkgdesc="D-Bus-based configuration storage system - git checkout" arch=('i686' 'x86_64') url="https://docs.xfce.org/xfce/${_pkgname}/start" |