summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d4b232c09ef..cfb7323447d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Thu Apr 27 12:28:08 UTC 2017
+# Thu Nov 2 12:58:15 UTC 2017
pkgbase = monkeyjump
pkgdesc = Minimalistic GUI for playing Go with GnuGo and other GTP applications
pkgver = 0.5
- pkgrel = 1
- url = http://github.com/xyproto/monkeyjump
+ pkgrel = 2
+ url = https://github.com/xyproto/monkeyjump
arch = any
license = GPL2
makedepends = setconf
@@ -14,7 +14,7 @@ pkgbase = monkeyjump
backup = etc/monkeyjump/gnugocmd.conf
backup = etc/monkeyjump/theme.conf
backup = etc/monkeyjump/keybindings.conf
- source = monkeyjump::git://github.com/xyproto/monkeyjump.git#commit=a6fcea4e0f03c09a47b0117567893d0fe882b2a8
+ source = git+https://github.com/xyproto/monkeyjump.git#commit=a6fcea4e0f03c09a47b0117567893d0fe882b2a8
md5sums = SKIP
pkgname = monkeyjump
diff --git a/PKGBUILD b/PKGBUILD
index 0b565c3d9ac5..82c4ad4cee87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=monkeyjump
pkgver=0.5
-pkgrel=1
+pkgrel=2
pkgdesc='Minimalistic GUI for playing Go with GnuGo and other GTP applications'
arch=('any')
-url='http://github.com/xyproto/monkeyjump'
+url='https://github.com/xyproto/monkeyjump'
license=('GPL2')
depends=('python2-pygame' 'gnugo')
makedepends=('setconf' 'python2-setuptools')
backup=('etc/monkeyjump/gnugocmd.conf' 'etc/monkeyjump/theme.conf' 'etc/monkeyjump/keybindings.conf')
-source=('monkeyjump::git://github.com/xyproto/monkeyjump.git#commit=a6fcea4e0f03c09a47b0117567893d0fe882b2a8')
+source=('git+https://github.com/xyproto/monkeyjump.git#commit=a6fcea4e0f03c09a47b0117567893d0fe882b2a8')
md5sums=('SKIP')
prepare() {
@@ -23,8 +23,8 @@ prepare() {
--categories="Game;BoardGame;" \
--terminal=true
- setconf monkeyjump CONFDIR \"/etc/monkeyjump\"
- setconf monkeyjump THEMEDIR \"/usr/share/monkeyjump/themes\"
+ setconf monkeyjump CONFDIR=\"/etc/monkeyjump\"
+ setconf monkeyjump THEMEDIR=\"/usr/share/monkeyjump/themes\"
}
package() {
@@ -50,4 +50,4 @@ package() {
"$pkgdir/usr/share/pixmaps/$pkgname.png"
}
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et: