summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Whitt2017-05-01 12:18:03 -0400
committerAlex Whitt2017-05-01 12:18:03 -0400
commitf9c83b7e710c38d3fa68ee61f3d32fc82c6b5054 (patch)
tree60126a771efb8516ddfd27b13bf490242f2467ed
parent367edfa792dd41e180a9de2ea6a6769e8c860eba (diff)
downloadaur-f9c83b7e710c38d3fa68ee61f3d32fc82c6b5054.tar.gz
Also, apparently you need iedit-rect.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2b8baf301d1..f00c5d5716b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
# Generated by mksrcinfo v8
-# Mon May 1 16:09:27 UTC 2017
+# Mon May 1 16:17:42 UTC 2017
pkgbase = emacs-iedit
pkgdesc = Edit multiple regions with the same content simultaneously
pkgver = 0.90
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/tsdh/iedit
arch = any
license = GPL3
depends = emacs
source = https://github.com/tsdh/iedit/archive/0.90.tar.gz
source = https://raw.githubusercontent.com/tsdh/iedit/master/iedit-lib.el
+ source = https://raw.githubusercontent.com/tsdh/iedit/master/iedit-rect.el
+ sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0f8418f3c8f9..bebfcf363a8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,16 @@
pkgname=emacs-iedit
pkgver=0.90
-pkgrel=2
+pkgrel=3
pkgdesc="Edit multiple regions with the same content simultaneously"
arch=(any)
url="https://github.com/tsdh/iedit"
license=('GPL3')
depends=('emacs')
source=("https://github.com/tsdh/iedit/archive/${pkgver}.tar.gz"
- "https://raw.githubusercontent.com/tsdh/iedit/master/iedit-lib.el")
-sha256sums=('SKIP' 'SKIP')
+ "https://raw.githubusercontent.com/tsdh/iedit/master/iedit-lib.el"
+ "https://raw.githubusercontent.com/tsdh/iedit/master/iedit-rect.el")
+sha256sums=('SKIP' 'SKIP' 'SKIP')
build() {
emacs -q --no-splash -batch -L . -f batch-byte-compile *.el