summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2018-03-20 21:56:25 +0100
committerhaawda2018-03-20 21:56:25 +0100
commitd9bb25f26702a6cc2ad3bde87c3595cc9510778e (patch)
tree842199c109577d39ab6e62d4bab4d43f2471af41 /PKGBUILD
parenta4e0904400c40c0328d4e10b2ea70456e8f314ff (diff)
downloadaur-d9bb25f26702a6cc2ad3bde87c3595cc9510778e.tar.gz
pull from git
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bf147f879292..85694f737160 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,18 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=aoeui
-pkgver=1.6
+pkgver=1.6.98
pkgrel=1
pkgdesc="Lightweight and unobtrusive visual text editor optimized for Dvorak keyboard users."
arch=('i686' 'x86_64')
url="http://sites.google.com/site/aoeuiandasdfg/"
depends=('glibc')
+makedepends=('git')
license=('GPL2')
-source=(http://aoeui.googlecode.com/files/$pkgname-$pkgver.tgz)
-md5sums=('8eee06ba3cbacd4984730c2d5f17a593')
+source=(git+https://github.com/blinkkin/aoeui.git#commit=5a45ee9f710577da91c670ad1d26a87c478f3ee4)
+md5sums=('SKIP')
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd $pkgname
make INST_DIR="$pkgdir"/usr install
}