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 4169e175a16b..c5d15b1950f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = git-cleanup
pkgdesc = Easily remove merged and deleted branches from local and remote repositories.
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sudoforge/git-cleanup
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index aeab9e168c6b..a4403427b910 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-cleanup
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Easily remove merged and deleted branches from local and remote repositories."
arch=('any')
url="https://github.com/sudoforge/${pkgname}"