diff --git a/.SRCINFO b/.SRCINFO index d73873d..fc4e23c 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = spot-client pkgdesc = Gtk/Rust native Spotify client - pkgver = 0.2.2 - pkgrel = 2 + pkgver = 0.3.0 + pkgrel = 1 url = https://github.com/xou816/spot arch = x86_64 arch = i686 @@ -24,9 +24,7 @@ pkgbase = spot-client depends = openssl depends = pango optdepends = org.freedesktop.secrets - source = spot-client-0.2.2-2.tar.gz::https://github.com/xou816/spot/archive/0.2.2.tar.gz - source = clippy.diff - sha512sums = 997db5a651deb3290048a7283ee9f3b49387c51d6128a03ed3cf35b03df4db206d2502923df7ab45a0ef9fc45522c452edc74d4f16ccced8ca264a00e151887a - sha512sums = 8051c21a00c981eef8f0b08f30b369f28cd08d9d8d13b9f05df61b8365fc8ea91534aea7f21fcad6f14b41577fdfc9eaaf64dbd720d051e302fc7222d8aaf599 + source = spot-client-0.3.0-1.tar.gz::https://github.com/xou816/spot/archive/0.3.0.tar.gz + sha512sums = 8d90379db5e8317a2816c0f0057cb0a00dd30d41e046e5b1e011e353bb1f1318dc7e6d7faad9fca5204655c8b96d25a15bc46427c370b19f557a36fa79b20467 pkgname = spot-client diff --git a/PKGBUILD b/PKGBUILD index fb213d7..52ed14b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: NicoHood _projectname='spot' pkgname="$_projectname-client" -pkgver='0.2.2' -pkgrel='2' +pkgver='0.3.0' +pkgrel='1' pkgdesc='Gtk/Rust native Spotify client' arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64') url="https://github.com/xou816/$_projectname" @@ -12,24 +12,13 @@ depends=('alsa-lib' 'cairo' 'glib2' 'glibc' 'graphene' 'gtk4' 'libadwaita' 'libp optdepends=('org.freedesktop.secrets') makedepends=('cargo' 'meson>=0.50.0') checkdepends=('appstream-glib') -source=( - "$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz" - 'clippy.diff' -) -sha512sums=('997db5a651deb3290048a7283ee9f3b49387c51d6128a03ed3cf35b03df4db206d2502923df7ab45a0ef9fc45522c452edc74d4f16ccced8ca264a00e151887a' - '8051c21a00c981eef8f0b08f30b369f28cd08d9d8d13b9f05df61b8365fc8ea91534aea7f21fcad6f14b41577fdfc9eaaf64dbd720d051e302fc7222d8aaf599') +source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz") +sha512sums=('8d90379db5e8317a2816c0f0057cb0a00dd30d41e046e5b1e011e353bb1f1318dc7e6d7faad9fca5204655c8b96d25a15bc46427c370b19f557a36fa79b20467') validpgpkeys=() # waiting for https://github.com/xou816/spot/issues/283 _sourcedirectory="$_projectname-$pkgver" _builddirectory='build' -prepare() { - cd "$srcdir/$_sourcedirectory/" - - # Until they're fixed upstream, ignore some newly thrown errors from clippy 1.57 - patch --forward -p1 < "$srcdir/clippy.diff" -} - build() { cd "$srcdir/" # We're not using arch-meson, because upstream recommends using --buildtype 'release' diff --git a/clippy.diff b/clippy.diff deleted file mode 100644 index 26b403f..0000000 --- a/clippy.diff +++ /dev/null @@ -1,10 +0,0 @@ -diff --git a/build-aux/clippy.sh b/build-aux/clippy.sh -index f60004b..22bdf6a 100644 ---- a/build-aux/clippy.sh -+++ b/build-aux/clippy.sh -@@ -8,4 +8,4 @@ if [[ $OFFLINE = "true" ]]; then - export CARGO_HOME="$SRC"/cargo - fi - --cargo clippy --manifest-path "$SRC"/Cargo.toml -- -D warnings -A clippy::module_inception -A clippy::new_without_default -+cargo clippy --manifest-path "$SRC"/Cargo.toml -- -D warnings -A clippy::module_inception -A clippy::new_without_default -A dead-code -A clippy::large-enum-variant -A clippy::redundant-closure -A clippy::derivable-impls