summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Astals Cid2019-12-04 09:09:19 +0100
committerAlbert Astals Cid2019-12-04 09:09:19 +0100
commit3035e6879f9db5f309f8b024433cf4319b501d4a (patch)
treec4a1cefbbecb54209a6170b5262e2265d8d3b0d7
parent50f84c30ec3bc79f787f38672de9e88b9943f300 (diff)
downloadaur-git-mr.tar.gz
Update pkgdesc
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd2964ee47c0..aec4fd59dca4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,7 @@
pkgbase = git-mr
+ pkgdesc = Checkout GitLab merge requests / GitHub pull requests locally
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/glensc/git-mr/
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 757303e571e3..a83da2a95d53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
pkgname=git-mr
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
arch=(any)
-pkgdesc=""
+pkgdesc="Checkout GitLab merge requests / GitHub pull requests locally"
license=("MIT")
depends=('git')
# makedepends=()