diff --git a/.SRCINFO b/.SRCINFO index 7d2214a45cc5..3374ceb0ea4a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = ncspot-bin pkgdesc = Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes. pkgver = 0.8.1 - pkgrel = 2 + pkgrel = 1 url = https://github.com/hrkfdn/ncspot arch = x86_64 license = BSD diff --git a/PKGBUILD b/PKGBUILD index e25b01397ae4..0d89e771b5a0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=ncspot-bin _pkgname=ncspot pkgver=0.8.1 -pkgrel=2 +pkgrel=1 pkgdesc="Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes." arch=('x86_64') url="https://github.com/hrkfdn/ncspot"