summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKamran Mackey2022-01-10 17:45:21 -0700
committerKamran Mackey2022-01-10 17:58:10 -0700
commite8a9a363c65f81d12ce3ac083ffa20b0ec8c4303 (patch)
tree0420ccd5da48af2e8ab665f26eec9297f5081eb4
parenteba90627d95c9f75f517a10bf9e7349194d4bb36 (diff)
downloadaur-e8a9a363c65f81d12ce3ac083ffa20b0ec8c4303.tar.gz
Updated to latest master; fixed broken git cloning.
Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2b36b2f959f..d3393219c441 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cmus-git
pkgdesc = Small, fast and powerful console music player for Unix-like operating systems.
- pkgver = v2.8.0.r24.gd1290d5
+ pkgver = v2.9.1.r25.g54d7213
pkgrel = 1
url = https://cmus.github.io/
arch = x86_64
@@ -43,8 +43,7 @@ pkgbase = cmus-git
optdepends = wavpack: for wavpack input plugin support
provides = cmus
conflicts = cmus
- source = git://github.com/cmus/cmus
+ source = git+https://github.com/cmus/cmus.git
sha512sums = SKIP
pkgname = cmus-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 4b58e6366fb7..337983614481 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kamran Mackey <kamranm1200@gmail.com>
pkgname=cmus-git
-pkgver=v2.8.0.r24.gd1290d5
+pkgver=v2.9.1.r25.g54d7213
pkgrel=1
pkgdesc="Small, fast and powerful console music player for Unix-like operating systems."
arch=('x86_64' 'aarch64')
@@ -43,7 +43,7 @@ optdepends=('alsa-lib: for ALSA output plugin support'
conflicts=('cmus')
provides=('cmus')
license=('GPL')
-source=(git://github.com/cmus/cmus)
+source=('git+https://github.com/cmus/cmus.git')
sha512sums=('SKIP')
_gitname=cmus