summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-08-05 10:24:22 -0600
committerMark Wagie2022-08-05 10:24:22 -0600
commit0732293f74861705e219863a37887af6417e7841 (patch)
tree5aceb65f063802790fe7b71ba47802ee92d5271e
parentcf5072c6a93b0b7904aa7a2451e019ec4bfbc9a4 (diff)
downloadaur-0732293f74861705e219863a37887af6417e7841.tar.gz
minor PKGBUILD improvements
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87d94452e01f..913508a82a59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nicotine-plus-git
pkgdesc = A graphical client for the SoulSeek peer-to-peer system
- pkgver = 3.3.0.dev1.r7557.e6be39c8
+ pkgver = 3.3.0.dev1.r7838.b88a6b7a
pkgrel = 1
url = https://nicotine-plus.org
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 75007a3c07fb..0f6a86839b28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,8 @@
# Contributor: Jorge Barroso <jorge.barroso.11 at gmail dot com>
# Contributor: x-demon
pkgname=nicotine-plus-git
-pkgver=3.3.0.dev1.r7557.e6be39c8
+_appdata_id=org.nicotine_plus.Nicotine
+pkgver=3.3.0.dev1.r7838.b88a6b7a
pkgrel=1
pkgdesc="A graphical client for the SoulSeek peer-to-peer system"
arch=('any')
@@ -20,8 +21,8 @@ checkdepends=('appstream-glib' 'desktop-file-utils' 'python-pytest-xvfb')
provides=("${pkgname%-git}" 'nicotine+' 'nicotine')
conflicts=("${pkgname%-git}" 'nicotine+' 'nicotine')
source=('git+https://github.com/Nicotine-Plus/nicotine-plus.git'
- 'org.nicotine_plus.Nicotine-gtk4.desktop'
- 'org.nicotine_plus.Nicotine-libadwaita.desktop')
+ "${_appdata_id}-gtk4.desktop"
+ "${_appdata_id}-libadwaita.desktop")
sha256sums=('SKIP'
'e92495dfede12d88797fe0bcaa03517399da6e0f8411b567005f65cb571aa97f'
'ae4f84de9070ad57f43d6a801f20fce164560f0ecb88056e917aed41c4c967a8')
@@ -39,7 +40,6 @@ build() {
check() {
cd "$srcdir/${pkgname%-git}"
- _appdata_id=org.nicotine_plus.Nicotine
# Some tests require an X server
_display=":70"