summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7cb62626b96..90c8dfe92202 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = git-shelf
pkgdesc = Store work-in-progress commits on the remote without cluttering the commit history
pkgver = 1.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/sudoforge/git-shelf
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 4fe91ca93c68..f417f836836e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: Benjamin Denhartog <ben@sudoforge.com>
-# This PKGBUILD is managed at https://github.com/sudoforge/pkgbuilds
+# For ISSUES, REQUESTS, and QUESTIONS:
+# https://github.com/sudoforge/pkgbuilds
pkgname=git-shelf
pkgver=1.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="Store work-in-progress commits on the remote without cluttering the commit history"
arch=('any')
url="https://github.com/sudoforge/${pkgname}"