summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Popov2016-10-29 03:03:23 +0200
committerDenys Popov2016-10-29 03:03:23 +0200
commit05876a2d775466a67f68dcee05efd78df5f76318 (patch)
treebf507b69cb71f76dfd4dc832f698958d96b31cee
parent3215424ce02967fa3cec955d096e3a77635dfa3a (diff)
downloadaur-05876a2d775466a67f68dcee05efd78df5f76318.tar.gz
Version 4.0.
-rw-r--r--PKGBUILD23
-rw-r--r--arch-install2
2 files changed, 10 insertions, 15 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9ae5e9db952..7f9fef0a6fd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,28 +1,23 @@
-# Maintainer: Denys Popov <besisland@besisland.name>
+# Maintainer: Denys Popov <denys@denyspopov.biz>
pkgname=rukbi
-pkgver=3.5
-pkgrel=3
-pkgdesc="Alternative Ukrainian and Russian keyboard layouts with miscellaneous useful typographic characters, including Ilya Birman’s layout"
+pkgver=4.0
+pkgrel=1
+pkgdesc="Alternative keyboard layouts with miscellaneous useful typographic characters"
url="http://besisland.name/rukbi"
arch=("any")
-license=("GPLv3")
+license=("GPL3")
depends=("xkeyboard-config" "python")
source=("https://bitbucket.org/denyspopov/rukbi/downloads/$pkgname-$pkgver.tar.bz2")
-md5sums=('58741c7318f99d8157675c454eff213c')
-sha1sums=('4195f1fd81535897a82f1f5a8aa2a851ccfe72a7')
-sha256sums=('ddcd326976039c4b85424da09c01b5db89188321e9d86831716d077c566ea8b0')
+md5sums=('0aa98a3726bccc85068c23694a0bddc4')
+sha1sums=('23a3cd199f33c90f050f219f86fd2a016b6b77bd')
+sha256sums=('0408284d758691d0dd87f42ec7fd69f01e53dfc73483a570260633131a6e7743')
install=arch-install
-check() {
- cd "$srcdir"
- test/test
-}
-
package() {
local xkbdir="$pkgdir/usr/share/X11/xkb"
cd "$srcdir"
- install -d $xkbdir/symbols $xkbdir/rules
+ install -d $xkbdir/symbols
install -m 0644 symbols/* $xkbdir/symbols/
install -d $xkbdir/rukbi/install $xkbdir/rukbi/symbols $xkbdir/rukbi/rules
diff --git a/arch-install b/arch-install
index 87ce7942b457..ba162b65d44c 100644
--- a/arch-install
+++ b/arch-install
@@ -1,4 +1,4 @@
-# Maintainer: Denys Popov <besisland@besisland.name>
+# Maintainer: Denys Popov <denys@denyspopov.biz>
# rukbi install file
post_install() {