summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7f563c37b22..a54a6b52d70d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Mike Swanson <mikeonthecomputer@gmail.com>
pkgname=git-debubble
-pkgver=1.1
-pkgrel=3
+pkgver=1.2
+pkgrel=1
pkgdesc="Clean up merge bubbles in a Git repository"
arch=('any')
depends=('git')
@@ -10,11 +10,9 @@ makedepends=('asciidoc')
url="http://www.catb.org/esr/$pkgname/"
license=('GPL2')
source=("http://www.catb.org/esr/$pkgname/$pkgname-$pkgver.tar.gz"
- 0001-Makefile-Sanitize-the-install-and-uninstall-targets.patch
- 0002-Correct-the-order-of-git-am-arguments.patch)
-sha256sums=('6b2cd99cea708a06b96068eedaa402ce61a50870cd734e446055312da031b6ef'
- '2f9440937cb6fa2b4a2b19c2b2964dfe3569bd05560023ff02d5e678890b025f'
- '528aa930db8bf9864a2c320a5cd9a8ac212128652946fa2cea90916b0ac1b8d7')
+ 0001-Makefile-Sanitize-the-install-and-uninstall-targets.patch)
+sha256sums=('59ea9a3ba342ce690134f99444eb5bda6b7db19cf5ec02556cb52b02625d0a9f'
+ 'f68b95013f34e9d10716bb61f5343c054fdda269a7f61229fbd52fcc0c624511')
prepare() {
cd "$pkgname-$pkgver"