summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Theodorou2021-04-14 11:25:04 +0200
committerAngelo Theodorou2021-04-14 11:25:54 +0200
commite0f0c835d7ade52ec0eb889a03812d9ce58bc8aa (patch)
treec83517a15c6b741988dfc4a1a95b7f8892093249
parentd106753e9a6dc1315c843b48ffd178c690ecfd4d (diff)
downloadaur-e0f0c835d7ade52ec0eb889a03812d9ce58bc8aa.tar.gz
Update to 1.9.5.9
-rw-r--r--.SRCINFO12
-rw-r--r--ChangeLog4
-rw-r--r--PKGBUILD17
-rw-r--r--eternallands-sound.changelog11
4 files changed, 26 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a4a6337c80b..62673eb10157 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = eternallands-sound
pkgdesc = Sound effects files for Eternal Lands
- pkgver = 1.9.1
+ pkgver = 1.9.5.9
pkgrel = 1
url = http://www.eternal-lands.com/
- arch = i686
- arch = x86_64
+ changelog = eternallands-sound.changelog
+ arch = any
license = custom:eternallands
makedepends = unzip
- depends = eternallands>=1.9.1
- source = http://www.eternal-lands.com/sound/EL_sound_191.zip
- md5sums = 6547ad41d2e49f0217b0a28f0b3f6756
+ depends = eternallands>=1.9.5.9
+ source = https://github.com/raduprv/Eternal-Lands/releases/download/1.9.5.9-1/eternallands-sound_1.9.5.9.zip
+ md5sums = b441ce65da967c937ac030f219fdd9ae
pkgname = eternallands-sound
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index aadd1bf132a3..000000000000
--- a/ChangeLog
+++ /dev/null
@@ -1,4 +0,0 @@
-2010-02-27 Angelo "Encelo" Theodorou <encelo@users.sourceforge.net>
-
- * PKGBUILD :
- Source and description updated
diff --git a/PKGBUILD b/PKGBUILD
index 6356b0f9d67d..b1d08ce2e9ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,23 @@
-# Contributor: Angelo Theodorou <encelo@users.sourceforge.net>
+# Maintainer: Angelo Theodorou <encelo@users.sourceforge.net>
pkgname=eternallands-sound
-pkgver=1.9.1
+pkgver=1.9.5.9
+version=${pkgver}-1
pkgrel=1
pkgdesc="Sound effects files for Eternal Lands"
url="http://www.eternal-lands.com/"
-depends=('eternallands>=1.9.1')
+depends=("eternallands>=${pkgver}")
makedepends=('unzip')
license=('custom:eternallands')
-arch=('i686' 'x86_64')
-source=('http://www.eternal-lands.com/sound/EL_sound_191.zip')
-md5sums=('6547ad41d2e49f0217b0a28f0b3f6756')
+arch=('any')
+changelog=eternallands-sound.changelog
+source=("https://github.com/raduprv/Eternal-Lands/releases/download/${version}/eternallands-sound_${pkgver}.zip")
+md5sums=('b441ce65da967c937ac030f219fdd9ae')
-build()
+package()
{
cd $srcdir
- # Install sound effects files
mkdir -p $pkgdir/usr/share/eternallands
cp -R sound $pkgdir/usr/share/eternallands/
}
diff --git a/eternallands-sound.changelog b/eternallands-sound.changelog
new file mode 100644
index 000000000000..2e0ef7fd6d80
--- /dev/null
+++ b/eternallands-sound.changelog
@@ -0,0 +1,11 @@
+2021-04-14 Angelo "Encelo" Theodorou <encelo@users.sourceforge.net>
+
+ * PKGBUILD :
+ Renamed build function to package
+ Downloading archive from GitHub release page
+ Changed architecture to any
+
+2010-02-27 Angelo "Encelo" Theodorou <encelo@users.sourceforge.net>
+
+ * PKGBUILD :
+ Source and description updated