summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Jost2010-01-04 13:55:39 +0100
committerThomas Jost2015-06-11 14:57:03 +0200
commitdc96a2e90a5222a0982a6eabec8a5ab46155bee1 (patch)
tree4c89800ea8df9f1f282dfc60600d67d9732cc40a
parent5d3c3ee5d757cae9454c2a29c3b9f1ec821bd938 (diff)
downloadaur-dc96a2e90a5222a0982a6eabec8a5ab46155bee1.tar.gz
Version bump
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e31a3b41ddf..f81a6f9205fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
pkgbase = sobby
pkgdesc = Standalone obby server
- pkgver = 0.4.6
+ pkgver = 0.4.7
pkgrel = 1
url = http://gobby.0x539.de/trac/
arch = i686
arch = x86_64
license = GPL
makedepends = pkgconfig
+ makedepends = net6>=1.3.12
depends = obby>=0.4.7
- depends = libxml++2
- source = http://releases.0x539.de/sobby/sobby-0.4.6.tar.gz
- md5sums = 7027e5da75d874dbd3c7e569d13027f8
- sha1sums = 253acb325d6edc1949616a7bbc1948aeb92044c3
+ depends = libxml++
+ source = http://releases.0x539.de/sobby/sobby-0.4.7.tar.gz
+ md5sums = 816ac9e2ecf2ac79306f9bbb80699464
+ sha1sums = ca20369eabce1657d090b310d78d4a35d697f28b
pkgname = sobby
diff --git a/PKGBUILD b/PKGBUILD
index 63c11dc92957..66a79cbea3dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Schnouki <thomas.jost@gmail.com>
pkgname=sobby
-pkgver=0.4.6
+pkgver=0.4.7
pkgrel=1
pkgdesc="Standalone obby server"
url="http://gobby.0x539.de/trac/"
license="GPL"
-depends=('obby>=0.4.7' 'libxml++2')
-makedepends=('pkgconfig')
+depends=('obby>=0.4.7' 'libxml++')
+makedepends=('pkgconfig' 'net6>=1.3.12')
arch=('i686' 'x86_64')
source=(http://releases.0x539.de/sobby/sobby-$pkgver.tar.gz)
-md5sums=('7027e5da75d874dbd3c7e569d13027f8')
-sha1sums=('253acb325d6edc1949616a7bbc1948aeb92044c3')
+md5sums=('816ac9e2ecf2ac79306f9bbb80699464')
+sha1sums=('ca20369eabce1657d090b310d78d4a35d697f28b')
build() {
cd $srcdir/sobby-$pkgver