summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-01-20 11:25:13 -0700
committerMark Wagie2022-01-20 11:25:13 -0700
commite23ec0e05003595464746870337ca762fba43d38 (patch)
tree692e5661400729b106930cbec157dff23c6312e6
parenta6bf88c6c54d17cd4db3654016af7e0d1a7e587b (diff)
downloadaur-e23ec0e05003595464746870337ca762fba43d38.tar.gz
COPYING no longer shipped by upstream
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 956643764365..b5c169fb6444 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nicotine-plus-git
pkgdesc = A graphical client for the SoulSeek peer-to-peer system
- pkgver = 3.2.0rc2.r6476.b5fa236a
- pkgrel = 1
+ pkgver = 3.2.1rc2.r6879.a5e1e62d
+ pkgrel = 2
url = https://nicotine-plus.github.io/nicotine-plus
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index db551daebb86..c03e1b97956a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Jorge Barroso <jorge.barroso.11 at gmail dot com>
# Contributor: x-demon
pkgname=nicotine-plus-git
-pkgver=3.2.0rc2.r6476.b5fa236a
-pkgrel=1
+pkgver=3.2.1rc2.r6879.a5e1e62d
+pkgrel=2
pkgdesc="A graphical client for the SoulSeek peer-to-peer system"
arch=('any')
url="https://nicotine-plus.github.io/nicotine-plus"
@@ -61,7 +61,4 @@ package() {
install -Dm644 "$srcdir"/org.nicotine_plus.Nicotine{-gtk4.desktop,-gtk4-libadwaita.desktop} -t \
"$pkgdir/usr/share/applications/"
-
- # Remove duplicate GPL license
- rm "$pkgdir/usr/share/doc/nicotine/COPYING"
}