summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorraziman2021-02-16 16:01:51 +0800
committerraziman2021-02-16 16:01:51 +0800
commit23c3989a096ba809802e10429bb8465d6a68bfbd (patch)
tree1c9109e269ca69f62b243a06627dc7200ff6665b
parent57c84362c2a672114ab416ddbd171f886fa7ad74 (diff)
downloadaur-23c3989a096ba809802e10429bb8465d6a68bfbd.tar.gz
update package
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 881a03df1249..ade1a4996142 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gomu
pkgdesc = Terminal User Interface (TUI) Music Player
- pkgver = 1.6.1
- pkgrel = 2
+ pkgver = 1.6.2
+ pkgrel = 1
url = https://github.com/issadarkthing/gomu
arch = x86_64
license = GPL
@@ -12,8 +12,8 @@ pkgbase = gomu
optdepends = fzf
conflicts = gomu-git
conflicts = gomu-bin
- source = gomu-1.6.1.tar.gz::https://github.com/issadarkthing/gomu/archive/v1.6.1.tar.gz
- md5sums = 7813c586bf974d93c5b395da2ecc3321
+ source = gomu-1.6.2.tar.gz::https://github.com/issadarkthing/gomu/archive/v1.6.2.tar.gz
+ md5sums = 127c5676d965e11f1a627fff5737c8aa
pkgname = gomu
diff --git a/PKGBUILD b/PKGBUILD
index 259b12254535..c31274bb7d3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Raziman Mahathir <raziman.mahathir@gmail.com>
pkgname=gomu
-pkgver=1.6.1
-pkgrel=2
+pkgver=1.6.2
+pkgrel=1
pkgdesc="Terminal User Interface (TUI) Music Player"
arch=('x86_64')
url="https://github.com/issadarkthing/gomu"
@@ -12,8 +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=('7813c586bf974d93c5b395da2ecc3321')
-
+md5sums=('127c5676d965e11f1a627fff5737c8aa')
build() {
cd "$pkgname-$pkgver"