summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Theodorou2020-09-19 16:03:15 +0200
committerAngelo Theodorou2020-09-19 16:03:15 +0200
commit91482057ee6fe7c8d241f37d7c47e0d87b1ffb16 (patch)
treed2aaa775b8ff4f175a95a85b55ad44de30969158
parent0e858c7c7b70f32ead11f933d2efc9509e276b58 (diff)
downloadaur-91482057ee6fe7c8d241f37d7c47e0d87b1ffb16.tar.gz
Remove gzip from the makedepends array
- The gzip package is already installed as part of the base-devel group
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
-rw-r--r--eternallands.changelog1
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 080274dc1e27..6ac97c4b045b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = eternallands
pkgdesc = A free 3D MMORPG game with thousands of on-line players
pkgver = 1.9.5.8
- pkgrel = 2
+ pkgrel = 3
url = http://www.eternal-lands.com/
changelog = eternallands.changelog
arch = i686
arch = x86_64
license = custom
- makedepends = gzip
makedepends = git
makedepends = unzip
makedepends = pkgconf
diff --git a/PKGBUILD b/PKGBUILD
index 09b930c52572..d01f971320f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
pkgname=eternallands
pkgver=1.9.5.8
-pkgrel=2
+pkgrel=3
pkgdesc="A free 3D MMORPG game with thousands of on-line players"
arch=('i686' 'x86_64')
license=('custom')
url="http://www.eternal-lands.com/"
depends=('sdl2_net' 'sdl2_image' 'openal' 'cal3d' 'libvorbis' 'glu')
-makedepends=('gzip' 'git' 'unzip' 'pkgconf')
+makedepends=('git' 'unzip' 'pkgconf')
optdepends=('zenity: to use the launch script' 'kdialog: to use the launch script')
options=('!emptydirs')
changelog=eternallands.changelog
diff --git a/eternallands.changelog b/eternallands.changelog
index 41a21494c550..189e60fad90a 100644
--- a/eternallands.changelog
+++ b/eternallands.changelog
@@ -2,6 +2,7 @@
* PKGBUILD:
Migrated the legacy explicit git clone to a VCS source line
+ Removed gzip from the makedepends array as it is alreayd part of the base-devel group
2020-08-30 Angelo "Encelo" Theodorou <encelo@users.sourceforge.net>