summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorMzy Tykashi2016-02-20 19:58:03 +0000
committerWorMzy Tykashi2016-02-20 19:58:03 +0000
commit9242aa06605a22c55182d48d462446c856dbbb9b (patch)
treee0d158de61eb234b7a8cba9209df8308f7cae52a
parent01f61ed81c6b5ba7aaaca0701f95a147ffab4354 (diff)
downloadaur-9242aa06605a22c55182d48d462446c856dbbb9b.tar.gz
Removed wrapper script
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD14
2 files changed, 8 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50ff663061a5..08c3a67ae09a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,8 @@
+# Generated by makepkg 5.0.0
+# Sat Feb 20 19:57:12 UTC 2016
pkgbase = openxcom-git
- pkgver = 1.0_1928_g4f40084
+ pkgdesc = An open-source reimplementation of the famous X-COM game (git-version)
+ pkgver = 1.0_1977_gbe78b8a
pkgrel = 1
url = http://openxcom.org/
arch = i686
@@ -23,9 +26,7 @@ pkgbase = openxcom-git
makedepends = cmake
makedepends = hicolor-icon-theme
source = git+https://github.com/SupSuper/OpenXcom.git
- source = openxcom.sh
sha256sums = SKIP
- sha256sums = e30fa48364c66e510825f18e406381811ddffb78b5e8641e6a147b613f36cdc0
pkgname = openxcom-git
pkgdesc = An open-source reimplementation of the famous X-COM game (git-version)
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() {