summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarsten Teibes2014-07-17 14:19:17 +0200
committerCarsten Teibes2014-07-17 14:19:17 +0200
commite57c32730a0b750d73aaf52ed0d75feb0e877f3b (patch)
treefb67907551d4ab5d0aa546fa7aeea873af05b6ea /PKGBUILD
parentde1a08fdebefd622775d975a0183d4ce87a09095 (diff)
downloadaur-e57c32730a0b750d73aaf52ed0d75feb0e877f3b.tar.gz
[fix] Add new .json files
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ebdd66e2129c..214cf44cb946 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
pkgname=cdogs-git
-pkgver=0.5.5.1.r49.g1701c54
+pkgver=0.5.5.1.r149.gff32d3d
pkgrel=1
pkgdesc='SDL port of DOS arcade game C-Dogs (aka "Cyberdogs 2", development version)'
arch=('i686' 'x86_64')
@@ -59,7 +59,7 @@ package() {
install -Dm755 src/cdogs-sdl "$pkgdir"/usr/bin/cdogs
# data
install -d "$pkgdir"/usr/share/cdogs
- cp -r doc dogfights graphics missions music sounds "$pkgdir"/usr/share/cdogs
+ cp -r doc dogfights graphics missions music sounds *.json "$pkgdir"/usr/share/cdogs
# doc
install -d "$pkgdir"/usr/share/doc
ln -s /usr/share/cdogs/doc "$pkgdir"/usr/share/doc/cdogs