summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Meiseberg2020-09-12 14:48:55 +0000
committerRobin Meiseberg2020-09-12 14:53:04 +0000
commit7a770542823837f9e0c31bb6dc2195c1b8fc9550 (patch)
tree2c99fa08d86aa316408b95b5a944757941e03aaf
parent24df4f58dcea0b0780721e8117b6d17e86ad90c8 (diff)
downloadaur-may.tar.gz
Package v1.1.1
-rw-r--r--.SRCINFO8
-rw-r--r--Makefile2
-rw-r--r--PKGBUILD6
3 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51cd1cffc942..3655be48f1da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = may
- pkgdesc = CLI tool to easily list and manage git repositories all across your system.
- pkgver = 1.1.0
+ pkgdesc = CLI tool to easily list and manage multiple git repositories.
+ pkgver = 1.1.1
pkgrel = 1
url = https://github.com/robin-mbg/may
arch = x86_64
license = GPL
makedepends = go
- source = https://github.com/robin-mbg/may/archive/v1.1.0.tar.gz
- sha256sums = 1139f257fdc6bb61ada221081186ad59b4e1d90c700eec70468141774e706614
+ source = https://github.com/robin-mbg/may/archive/v1.1.1.tar.gz
+ sha256sums = 75d731e11085ec6c09fa73bed2bf8dfd9161b6f859f4f600f8cda0de78348974
pkgname = may
diff --git a/Makefile b/Makefile
new file mode 100644
index 000000000000..743c0e4a5a35
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+srcinfo:
+ makepkg --printsrcinfo > .SRCINFO
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