summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorraziman2021-02-08 15:40:46 +0800
committerraziman2021-02-08 15:40:46 +0800
commit57c84362c2a672114ab416ddbd171f886fa7ad74 (patch)
tree3cef1618bd310b4ebb66fa3ccf51beaa389f93eb
parent23af4b90b6326c7401ef2dddb25685bb44b8ed8b (diff)
downloadaur-57c84362c2a672114ab416ddbd171f886fa7ad74.tar.gz
update package version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 955b1f8080ef..881a03df1249 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gomu
pkgdesc = Terminal User Interface (TUI) Music Player
- pkgver = 1.6.0
+ pkgver = 1.6.1
pkgrel = 2
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-1.6.0.tar.gz::https://github.com/issadarkthing/gomu/archive/v1.6.0.tar.gz
- md5sums = e4f55fa62cdfe07262a3f4f8b9680270
+ source = gomu-1.6.1.tar.gz::https://github.com/issadarkthing/gomu/archive/v1.6.1.tar.gz
+ md5sums = 7813c586bf974d93c5b395da2ecc3321
pkgname = gomu
diff --git a/PKGBUILD b/PKGBUILD
index 57352ac25d2e..259b12254535 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Raziman Mahathir <raziman.mahathir@gmail.com>
pkgname=gomu
-pkgver=1.6.0
+pkgver=1.6.1
pkgrel=2
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=('e4f55fa62cdfe07262a3f4f8b9680270')
+md5sums=('7813c586bf974d93c5b395da2ecc3321')
build() {