summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWorMzy Tykashi2016-02-20 19:58:03 +0000
committerWorMzy Tykashi2016-02-20 19:58:03 +0000
commit9242aa06605a22c55182d48d462446c856dbbb9b (patch)
treee0d158de61eb234b7a8cba9209df8308f7cae52a /PKGBUILD
parent01f61ed81c6b5ba7aaaca0701f95a147ffab4354 (diff)
downloadaur-9242aa06605a22c55182d48d462446c856dbbb9b.tar.gz
Removed wrapper script
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 4 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ca9423a6643..b4872cef1ebb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,18 +4,17 @@
pkgbase=openxcom-git
pkgname=('openxcom-git' 'openxcom-docs-git')
_gitname=OpenXcom
-pkgver=1.0_1928_g4f40084
+pkgver=1.0_1977_gbe78b8a
pkgrel=1
+pkgdesc="An open-source reimplementation of the famous X-COM game (git-version)"
arch=('i686' 'x86_64')
url="http://openxcom.org/"
license=('GPL3')
makedepends=('git' 'xmlto' 'docbook-xml' 'docbook-xsl' 'doxygen' 'sdl_mixer'
'sdl_gfx' 'sdl_image' 'sdl' 'yaml-cpp' 'libgl' 'gcc-libs' 'glibc'
'boost' 'glu' 'cmake' 'hicolor-icon-theme')
-source=(git+"https://github.com/SupSuper/${_gitname}.git"
- "openxcom.sh")
-sha256sums=('SKIP'
- 'e30fa48364c66e510825f18e406381811ddffb78b5e8641e6a147b613f36cdc0')
+source=(git+"https://github.com/SupSuper/${_gitname}.git")
+sha256sums=('SKIP')
pkgver() {
cd $_gitname
@@ -44,11 +43,6 @@ package_openxcom-git() {
cd $_gitname
make DESTDIR="$pkgdir" install
-
- # Move actual binary
- mv "$pkgdir/usr/bin/openxcom" "$pkgdir/usr/share/openxcom/common/openxcom"
- # Install wrapper script
- install -Dm755 "$srcdir/openxcom.sh" "$pkgdir/usr/bin/openxcom"
}
package_openxcom-docs-git() {