summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorraziman2021-03-16 12:05:23 +0800
committerraziman2021-03-16 12:05:23 +0800
commit0b7a6b2f9355447702af6c9fd2edc88acb49223a (patch)
treef602fb749a231de1cf162729688a63dc5703837d
parente581c98de43b838ded527c14e3e998bc9a0ba363 (diff)
downloadaur-0b7a6b2f9355447702af6c9fd2edc88acb49223a.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc71529a0bc5..23ea1729dc88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gomu
pkgdesc = Terminal User Interface (TUI) Music Player
- pkgver = 2.1.0
+ pkgver = 2.1.1
pkgrel = 1
url = https://github.com/issadarkthing/gomu
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = gomu
optdepends = fzf
conflicts = gomu-git
conflicts = gomu-bin
- source = gomu-2.1.0.tar.gz::https://github.com/issadarkthing/gomu/archive/v2.1.0.tar.gz
- md5sums = 5653e2e29f073057f2d3b99b9417d601
+ source = gomu-2.1.1.tar.gz::https://github.com/issadarkthing/gomu/archive/v2.1.1.tar.gz
+ md5sums = 8fe3d3a1fe75350602b1081ebd5adc9a
pkgname = gomu
diff --git a/PKGBUILD b/PKGBUILD
index 7071dd93919c..54ae9c3fc6a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Raziman Mahathir <raziman.mahathir@gmail.com>
pkgname=gomu
-pkgver=2.1.0
+pkgver=2.1.1
pkgrel=1
pkgdesc="Terminal User Interface (TUI) Music Player"
arch=('x86_64')
@@ -12,7 +12,7 @@ makedepends=('go' 'git')
optdepends=('fzf')
conflicts=('gomu-git' 'gomu-bin')
source=("$pkgname-$pkgver.tar.gz::https://github.com/issadarkthing/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('5653e2e29f073057f2d3b99b9417d601')
+md5sums=('8fe3d3a1fe75350602b1081ebd5adc9a')
build() {
cd "$pkgname-$pkgver"