summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD8
3 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a133272767fb..d185071e19e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Wed Feb 24 09:02:15 UTC 2016
pkgbase = jbxkb
pkgdesc = A pygtk keyboard layout switcher tray applet (inspired by gxkb) for JustBrowsing
pkgver = 0.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/justbrowsing/jbxkb
arch = any
groups = justbrowsing
@@ -15,8 +17,8 @@ pkgbase = jbxkb
optdepends = ibus-m17n: Variety pack of input methods
optdepends = ibus-pinyin: Popular Chinese input method
optdepends = ibus-skk: Popular Japanese input method
- source = https://github.com/justbrowsing/jbxkb/archive/master.zip
- md5sums = 4131ce5ac97ab0e802cdf20a15a3911a
+ source = https://github.com/justbrowsing/jbxkb/archive/master.tar.gz
+ md5sums = 8c4577a24576e31d7fa98ac6672a7fc6
pkgname = jbxkb
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..9881fec21af4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.tar.*
diff --git a/PKGBUILD b/PKGBUILD
index 49cdf9d0b489..8a4ecabacc1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: justbrowsing <developer4linux+aur@gmail.com>
pkgname=jbxkb
pkgver=0.7
-pkgrel=1
+pkgrel=2
pkgdesc="A pygtk keyboard layout switcher tray applet (inspired by gxkb) for JustBrowsing"
arch=('any')
url="https://github.com/justbrowsing/jbxkb"
@@ -12,9 +12,9 @@ optdepends=('ibus-lite: Special input methods without python3 dependency'
'ibus-pinyin: Popular Chinese input method'
'ibus-skk: Popular Japanese input method')
groups=("justbrowsing")
-source=("https://github.com/justbrowsing/jbxkb/archive/master.zip")
-md5sums=('4131ce5ac97ab0e802cdf20a15a3911a')
-
+source=("https://github.com/justbrowsing/jbxkb/archive/master.tar.gz")
+md5sums=('8c4577a24576e31d7fa98ac6672a7fc6')
+
package() {
cd "$srcdir/${pkgname}-master"