summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Whitt2017-05-01 12:18:03 -0400
committerAlex Whitt2017-05-01 12:18:03 -0400
commitf9c83b7e710c38d3fa68ee61f3d32fc82c6b5054 (patch)
tree60126a771efb8516ddfd27b13bf490242f2467ed /PKGBUILD
parent367edfa792dd41e180a9de2ea6a6769e8c860eba (diff)
downloadaur-f9c83b7e710c38d3fa68ee61f3d32fc82c6b5054.tar.gz
Also, apparently you need iedit-rect.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
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