summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6be6f575516a..4018aebbd088 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = git-subrepo-git
pkgdesc = Git Submodule Alternative
pkgver = 0.4.3.r1.g2f68596
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ingydotnet/git-subrepo
arch = any
license = GPL
@@ -12,4 +12,3 @@ pkgbase = git-subrepo-git
md5sums = SKIP
pkgname = git-subrepo-git
-
diff --git a/PKGBUILD b/PKGBUILD
index fe14e2ba932e..56af1a225a52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: James An <james@jamesan.ca>
+# Maintainer: Arti Zirk <arti.zirk@gmail.com>
+# Contributor: James An <james@jamesan.ca>
pkgname=git-subrepo-git
_pkgname=${pkgname%-git}
pkgver=0.4.3.r1.g2f68596
-pkgrel=1
+pkgrel=2
pkgdesc='Git Submodule Alternative'
arch=('any')
url="https://github.com/ingydotnet/$_pkgname"