diff options
author | Kipras Melnikovas | 2019-11-02 00:22:21 +0200 |
---|---|---|
committer | Kipras Melnikovas | 2019-11-02 00:22:41 +0200 |
commit | 1896b9af5dcb4793845c30423c57bc78ccd86842 (patch) | |
tree | 8f7fd58d6cd0663a8f444fab24dade4876ba74c8 | |
parent | acae60efb823536d03ab7cb693e4e21db94f99c9 (diff) | |
download | aur-1896b9af5dcb4793845c30423c57bc78ccd86842.tar.gz |
Update
Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
-rw-r--r-- | .SRCINFO | 15 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 16 insertions, 1 deletions
@@ -13,3 +13,18 @@ pkgbase = git-backup-git pkgname = git-backup-git +pkgbase = git-backup-git + pkgdesc = Remote git stash, in case of fire and more! + pkgver = r40.g1e23d7b + pkgrel = 1 + url = https://github.com/sarpik/git-backup + install = git-backup.install + arch = any + license = GPL2 + depends = git + conflicts = git-backup + source = git+https://github.com/sarpik/git-backup + sha256sums = SKIP + +pkgname = git-backup-git + @@ -5,7 +5,7 @@ pkgver() { cd "$srcdir/${pkgname%-git}" printf "r%s.g%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" } -pkgver=r39.g58bddfc +pkgver=r40.g1e23d7b pkgrel=1 pkgdesc="Remote git stash, in case of fire and more!" |