summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRobin Meiseberg2020-09-12 14:48:55 +0000
committerRobin Meiseberg2020-09-12 14:53:04 +0000
commit7a770542823837f9e0c31bb6dc2195c1b8fc9550 (patch)
tree2c99fa08d86aa316408b95b5a944757941e03aaf /PKGBUILD
parent24df4f58dcea0b0780721e8117b6d17e86ad90c8 (diff)
downloadaur-may.tar.gz
Package v1.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bcd01bc966ab..acd44a8b4852 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=may
-pkgver=1.1.0
+pkgver=1.1.1
pkgrel=1
-pkgdesc='CLI tool to easily list and manage git repositories all across your system.'
+pkgdesc='CLI tool to easily list and manage multiple git repositories.'
arch=('x86_64')
url="https://github.com/robin-mbg/$pkgname"
license=('GPL')
makedepends=('go')
source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=('1139f257fdc6bb61ada221081186ad59b4e1d90c700eec70468141774e706614')
+sha256sums=('75d731e11085ec6c09fa73bed2bf8dfd9161b6f859f4f600f8cda0de78348974')
build() {
cd $pkgname-$pkgver