summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYangtse Su2017-07-14 16:30:17 +0800
committerYangtse Su2017-07-14 16:30:17 +0800
commit8b72d1e58cee561b2adfe4e6a58f9a3eb286612c (patch)
treede6067a0e78358ab5c678b53bb9144fcc898700c /PKGBUILD
parentb372dd7682a8a96a2922f631c97da64465bde01f (diff)
downloadaur-8b72d1e58cee561b2adfe4e6a58f9a3eb286612c.tar.gz
remove unneeded .install file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7de2bf1a7445..5940c22d1046 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=cataclysm-dda-tiles
pkgver=0.C.2017.07.14
_pkgver=0.C
-pkgrel=1
+pkgrel=2
pkgdesc="A post-apocalyptic roguelike,tiles only"
url="http://en.cataclysmdda.com/"
arch=('x86_64')
@@ -19,7 +19,6 @@ optdepends=('sdl2_image: for tiles'
'sdl2_ttf: for tiles'
'freetype2: for tiles'
'sdl2_mixer: for tiles')
-install=cataclysm-dda.install
conflicts=('cataclysm-dda', 'cataclysm-dda-ncurses' 'cataclysm-dda-sdl-git')
source=('https://github.com/CleverRaven/Cataclysm-DDA/archive/master.zip'
'fix_locale_and_build_error.patch')