From 6e9bb621a2a369eabc73ff100ead5cf76bddbd10 Mon Sep 17 00:00:00 2001 From: Ahmad Husen Date: Sat, 2 Oct 2021 08:18:07 +0000 Subject: [PATCH] chore: update AUR package --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"