summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--Makefile.am1
-rw-r--r--PKGBUILD.in (renamed from PKGBUILD)2
-rwxr-xr-xconfigure.ac1
4 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 0bbca0a9e..e0e769d15 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,6 +35,7 @@ po/POTFILES
.deps
stamp-h1
manaplus.spec
+PKGBUILD
# files created by CMake
CMakeFiles/
diff --git a/Makefile.am b/Makefile.am
index 375c18158..c6a9242f3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,6 +20,7 @@ EXTRA_DIST = $(desktop_DATA) \
AUTHORS \
ChangeLog \
INSTALL \
+ PKGBUILD \
README \
README.cmake
diff --git a/PKGBUILD b/PKGBUILD.in
index db237086a..a4a08b913 100644
--- a/PKGBUILD
+++ b/PKGBUILD.in
@@ -1,7 +1,7 @@
# Maintainer: Aline Ferraz <freya.df@gmail.com>
pkgname=manaplus-git
-pkgver=1.1.6.12
+pkgver=@PACKAGE_VERSION@
pkgrel=1
pkgdesc="ManaPlus is a 2D MMORPG game advanced client for games based on eAthena fork The Mana World (tAthena) also for other forks like Evol. More info here: http://manaplus.evolonline.org"
arch=('i686' 'x86_64')
diff --git a/configure.ac b/configure.ac
index 3bc6ae6c6..f7c82ef75 100755
--- a/configure.ac
+++ b/configure.ac
@@ -218,6 +218,7 @@ AM_CONDITIONAL(ENABLE_GOOGLE_PROFILER, test x$googleprofiler_enabled = xtrue)
AC_CONFIG_FILES([
manaplus.spec
Makefile
+PKGBUILD
src/Makefile
data/Makefile
data/fonts/Makefile