summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-10-18 17:21:26 -0600
committerMark Wagie2022-10-18 17:21:26 -0600
commit65aececf678417455de4330c7bd80e18ff97eb99 (patch)
treed190927fa593ce46ddfc0d2385154583b187d4cc
parent633d0dbd5d44473a07047e920f6297bc3a69b903 (diff)
downloadaur-65aececf678417455de4330c7bd80e18ff97eb99.tar.gz
PKGBUILD improvements
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb3c4ce1681f..139dda49efa2 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.dev3.r8026.0558c10b
+ pkgver = 3.3.0.dev3.r8161.1e600eeed
pkgrel = 1
url = https://nicotine-plus.org
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 12ae2d66c936..dbe761dd850d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: x-demon
pkgname=nicotine-plus-git
_appdata_id=org.nicotine_plus.Nicotine
-pkgver=3.3.0.dev3.r8026.0558c10b
+pkgver=3.3.0.dev3.r8161.1e600eeed
pkgrel=1
pkgdesc="A graphical client for the SoulSeek peer-to-peer system"
arch=('any')
@@ -57,6 +57,6 @@ package() {
cd "$srcdir/${pkgname%-git}"
python -m installer --destdir="$pkgdir" dist/*.whl
- install -Dm644 "$srcdir/${_appdata_id}"{-gtk4.desktop,-libadwaita.desktop} -t \
+ install -Dm644 "$srcdir/${_appdata_id}"{-gtk4,-libadwaita}.desktop -t \
"$pkgdir/usr/share/applications/"
}