summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarshit Shah2020-05-05 00:25:52 +0200
committerDarshit Shah2020-05-05 00:25:52 +0200
commita6eeec4cba71e1d5e2108702a46016e37eee1b49 (patch)
tree6eca7fc1da4d02f3cb0f36f63507643a466ecdad
parent1269af817cdf51c7b84d20131a9a3787c222d71a (diff)
downloadaur-git-recent-git.tar.gz
Add
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e40f3187cbd3..c84e7cd29845 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = git-recent-git
pkgdesc = See your latest local git branches, formatted real fancy
- pkgver = 1.0.4.r0.g89e81a1
+ pkgver = 1.1.1.r0.g1985391
pkgrel = 1
url = https://github.com/paulirish/git-recent
arch = any
license = MIT
+ makedepends = git
provides = git-recent
conflicts = git-recent
source = git+https://github.com/paulirish/git-recent.git
diff --git a/PKGBUILD b/PKGBUILD
index 7964c4a4595f..7ee6bdeb33f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
_pkgname=git-recent
pkgname=${_pkgname}-git
-pkgver=1.0.4.r0.g89e81a1
+pkgver=1.1.1.r0.g1985391
pkgrel=1
pkgdesc="See your latest local git branches, formatted real fancy"
arch=(any)
url="https://github.com/paulirish/git-recent"
license=('MIT')
+makedepends=('git')
provides=('git-recent')
conflicts=('git-recent')
source=("git+${url}.git")