summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2017-08-31 22:55:50 -0300
committerRafael Fontenelle2017-08-31 22:56:03 -0300
commitd90f772520236b1a31d6f9cb7841674f1e916069 (patch)
tree0cc27fedc0315ae9bab11388681e2f7a59426673
parent61dbee0b36ca52901e7ed8bf004fb6f842a00ef3 (diff)
downloadaur-d90f772520236b1a31d6f9cb7841674f1e916069.tar.gz
Update to 10.8.2
Remove 'ddnet-libs' submodule as pacman does not support cloning git repositories with 'git --shallow', so this submodule is useless.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD14
2 files changed, 7 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2371da16c626..66adb857acbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jul 21 17:15:37 UTC 2017
+# Fri Sep 1 01:53:26 UTC 2017
pkgbase = teeworlds-ddnet-git
pkgdesc = A customized version by DDRaceNetwork of this 2D shooting game
- pkgver = 10.6.7.r17.b8e997f99
+ pkgver = 10.8.2.r0.f5edf53fd
pkgrel = 1
url = https://ddnet.tw
arch = i686
@@ -23,10 +23,9 @@ pkgbase = teeworlds-ddnet-git
provides = teeworlds
conflicts = teeworlds
source = teeworlds-ddnet-git::git+https://github.com/ddnet/ddnet
- source = git+https://github.com/ddnet/ddnet-libs
- md5sums = SKIP
md5sums = SKIP
source_i686 = https://ddnet.tw/downloads/GraphicsTools-linux_x86.tar.gz
+ md5sums_i686 = 566354c3b4510b032af7d891381ee711
source_x86_64 = https://ddnet.tw/downloads/GraphicsTools-linux_x86_64.tar.gz
md5sums_x86_64 = fc32ca52ae9be02f68b6c257153dbd37
diff --git a/PKGBUILD b/PKGBUILD
index 668d2db4d4d6..af094701b61d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=teeworlds-ddnet
pkgname=${_name}-git
-pkgver=10.6.7.r17.b8e997f99
+pkgver=10.8.2.r0.f5edf53fd
pkgrel=1
pkgdesc="A customized version by DDRaceNetwork of this 2D shooting game"
arch=('i686' 'x86_64')
@@ -14,12 +14,11 @@ optdepends=('teeworlds-ddnet-skins: more skins for your tee'
'teeworlds-ddnet-maps-git: mainly important for DDNet Server')
provides=('teeworlds')
conflicts=('teeworlds')
-source=("$pkgname::git+https://github.com/ddnet/ddnet"
- "git+https://github.com/ddnet/ddnet-libs")
+source=("$pkgname::git+https://github.com/ddnet/ddnet")
source_i686=("https://ddnet.tw/downloads/GraphicsTools-linux_x86.tar.gz")
source_x86_64=("https://ddnet.tw/downloads/GraphicsTools-linux_x86_64.tar.gz")
-md5sums=('SKIP' 'SKIP')
-md5sums_x86_64=('fc32ca52ae9be02f68b6c257153dbd37')
+md5sums=('SKIP')
+md5sums_i686=('566354c3b4510b032af7d891381ee711')
md5sums_x86_64=('fc32ca52ae9be02f68b6c257153dbd37')
pkgver() {
@@ -44,11 +43,6 @@ prepare() {
gendesk -f -n --pkgname "${_name}_srv" --pkgdesc "DDNet Server" \
--name 'DDNet Server' --categories 'Game;ArcadeGame' --terminal=true \
--exec='sh -c "cd /usr/share/teeworlds/data && teeworlds-ddnet_srv"'
-
- cd $pkgname
- git submodule init
- git config submodule.ddnet-libs.url "$srcdir/ddnet-libs"
- git submodule update
}
build() {