summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2015-09-03 13:56:28 -0700
committerMike Swanson2015-09-03 14:03:18 -0700
commit890aec3dde0ffbc00e63807393ee608658fd0e06 (patch)
tree14435a6140982877f1a11624068969e2dc9f0aa8
parent1ae023e555cad9bce806952a277c80187d4ea5a3 (diff)
downloadaur-890aec3dde0ffbc00e63807393ee608658fd0e06.tar.gz
Upstream regenerated the tarball, the patch no longer needed.
-rw-r--r--.SRCINFO6
-rw-r--r--0001-missing-reporting-bugs.patch13
-rw-r--r--PKGBUILD9
3 files changed, 6 insertions, 22 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75c60c164a5f..f5e9db855d1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = reposurgeon
pkgdesc = Performs surgery on version control repositories.
pkgver = 3.29
- pkgrel = 1
+ pkgrel = 2
url = http://www.catb.org/esr/reposurgeon/
arch = any
license = BSD
@@ -18,9 +18,7 @@ pkgbase = reposurgeon
optdepends = src
optdepends = subversion
source = http://www.catb.org/esr/reposurgeon/reposurgeon-3.29.tar.xz
- source = 0001-missing-reporting-bugs.patch
- sha256sums = 6105a99f0e6c01d4a499a32b7bcc5d55c37ca1d3386101c20b7c1738fc086aa2
- sha256sums = 0b4c9fba16b0d5afe734f4a09dac510c04644961444dedcd3603a1c3c093d7ef
+ sha256sums = 51105e18a2f350146e23c01ea559a07400c3b715f8ec338206f19c19197b0a0f
pkgname = cyreposurgeon
arch = i686
diff --git a/0001-missing-reporting-bugs.patch b/0001-missing-reporting-bugs.patch
deleted file mode 100644
index c97bf117bcd2..000000000000
--- a/0001-missing-reporting-bugs.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/Makefile b/Makefile
-index e670c9c..6c371df 100644
---- a/Makefile
-+++ b/Makefile
-@@ -32,7 +32,7 @@ SOURCES += Makefile control reposturgeon.png reposurgeon-git-aliases
-
- all: reposurgeon.1 repotool.1 repodiffer.1 repomapper.1 \
- reposurgeon.html repotool.html repodiffer.html repomapper.html \
-- dvcs-migration-guide.html features.html reporting-bugs.html
-+ dvcs-migration-guide.html features.html
-
- %.1: %.xml
- $(XMLTO) man $<
diff --git a/PKGBUILD b/PKGBUILD
index 9adbadaf599c..f91c2a10bfa5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=reposurgeon
pkgname=({cy,}reposurgeon)
pkgver=3.29
-pkgrel=1
+pkgrel=2
pkgdesc="Performs surgery on version control repositories."
arch=('any')
url="http://www.catb.org/esr/$pkgbase/"
@@ -18,10 +18,8 @@ optdepends=('bzr'
'mercurial'
'src'
'subversion')
-source=("$url$pkgbase-$pkgver.tar.xz"
- 0001-missing-reporting-bugs.patch)
-sha256sums=('6105a99f0e6c01d4a499a32b7bcc5d55c37ca1d3386101c20b7c1738fc086aa2'
- '0b4c9fba16b0d5afe734f4a09dac510c04644961444dedcd3603a1c3c093d7ef')
+source=("$url$pkgbase-$pkgver.tar.xz")
+sha256sums=('51105e18a2f350146e23c01ea559a07400c3b715f8ec338206f19c19197b0a0f')
prepare() {
cd "$srcdir/$pkgbase-$pkgver"
@@ -52,6 +50,7 @@ build_cyreposurgeon() {
package_reposurgeon() {
cd "$srcdir/$pkgbase-$pkgver"
make DESTDIR="$pkgdir" prefix=/usr install
+ install -m755 repomapper "$pkgdir/usr/bin"
install -dm755 "$pkgdir/usr/share/emacs/site-lisp"
install -Dm644 reposurgeon-mode.el "$pkgdir/usr/share/emacs/site-lisp"