summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexandr Bogomyakov2023-10-28 13:48:50 +0300
committerAlexandr Bogomyakov2023-10-28 13:48:50 +0300
commit6887da6a7aa604695bed9b23999f47850fe210bf (patch)
tree1ca81525bd631e2c5fa27cdb9ff8811d1f7702e8 /PKGBUILD
parentb583e0f6c25e57c49940b6a9e5dd4be2c16187e0 (diff)
downloadaur-cmusfm.tar.gz
Bump to 0.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9798a39e5d9d..ca9afadf2482 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Maintainer: Alexandr Bogomyakov <ab@hexor.ru>
pkgname=cmusfm
-pkgver=0.4.1
+pkgver=0.5.0
pkgrel=1
pkgdesc="Last.fm scrobbler for cmus music player"
-url="https://github.com/Arkq/cmusfm"
+url="git+https://github.com/Arkq/cmusfm"
arch=('x86_64' 'i686')
license=('GPL3')
depends=('cmus' 'curl' 'libnotify' 'openssl-1.1')
@@ -13,7 +13,7 @@ install=cmusfm.install
source=(cmusfm-"$pkgver".tar.gz::https://github.com/Arkq/cmusfm/archive/v"$pkgver".tar.gz)
-sha256sums=('ff5338d4b473a3e295f3ae4273fb097c0f79c42e3d803eefdf372b51dba606f2')
+sha256sums=('17aae8fc805e79b367053ad170854edceee5f4c51a9880200d193db9862d8363')
build() {
cd cmusfm-"$pkgver"