summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmiad2016-02-07 09:54:43 +0200
committerAmiad2016-02-07 09:54:43 +0200
commit401ff5e41301d1a30b9588bfa3900aaf7e080ee6 (patch)
treec80b656a08ada333dbf3eb4a230e362bf2f6552a
parent59fb8f6ae9e4c7cdaf666a7911080bd3b98cebd7 (diff)
downloadaur-401ff5e41301d1a30b9588bfa3900aaf7e080ee6.tar.gz
v0.7-7
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f981989018fa..7fd10fe28dba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
+# Generated by mksrcinfo v8
+# Sun Feb 7 07:37:37 UTC 2016
pkgbase = behafucha
pkgdesc = Convert English/Hebrew text to Hebrew/English text
pkgver = 0.7
- pkgrel = 6
+ pkgrel = 7
url = https://github.com/ilsh1964/behafucha/
- arch = i686
- arch = x86_64
+ arch = any
license = GPL
depends = bc
depends = zenity
diff --git a/PKGBUILD b/PKGBUILD
index 1b0f303cd353..c12b72ccb94c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,8 @@
-# Maintainer: Amiad Bareli <amiadb at gmail dot com>
-# Last Contributor: amiad
pkgname=behafucha
pkgver=0.7
-pkgrel=6
+pkgrel=7
pkgdesc="Convert English/Hebrew text to Hebrew/English text"
-arch=('i686' 'x86_64')
+arch=('any')
url="https://github.com/ilsh1964/behafucha/"
license=('GPL')
depends=(bc zenity pygtk xsel xvkbd)
@@ -15,9 +13,12 @@ build() {
cd $srcdir/Behafucha-$pkgver/Source/
sed -i '1c#!/usr/bin/python2' Behafucha.py
sed -i '3c python2 /usr/lib/Behafucha/Behafucha.py' $pkgname
+}
+
+package() {
+ cd $srcdir/Behafucha-$pkgver/Source/
install -Dm 755 $pkgname $pkgdir/usr/bin/$pkgname
install -Dm 644 Behafucha.py $pkgdir/usr/lib/Behafucha/Behafucha.py
install -Dm 644 $pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop
install -Dm 644 $pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
}
-