summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD14
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08c0007ac154..30dbb9f11e17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = draci-historie-pl
pkgdesc = The first Czech CD-ROM-based 2D point-and-click adventure game - polish version
pkgver = 1.0
- pkgrel = 2
+ pkgrel = 3
url = http://www.ucw.cz/draci-historie/index-en.html
install = draci-historie-pl.install
arch = any
@@ -10,8 +10,8 @@ pkgbase = draci-historie-pl
optdepends = draci-historie-dubbing-cz: czech dubbing files for the game
conflicts = draci-historie-en
conflicts = draci-historie-cz
- source = http://www.ucw.cz/draci-historie/binary/dh-pl.zip
- md5sums = 5ffe3b709050b5f2c85aef5ea87e7591
+ source = http://www.ucw.cz/draci-historie/binary/dh-pl-2012.zip
+ md5sums = a14c144eb30597d8e6d1af5af3217b04
pkgname = draci-historie-pl
diff --git a/PKGBUILD b/PKGBUILD
index 1abbc8aa432b..63718366217a 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=draci-historie-pl
pkgver=1.0
-pkgrel=2
+pkgrel=3
pkgdesc="The first Czech CD-ROM-based 2D point-and-click adventure game - polish version"
arch=('any')
url="http://www.ucw.cz/draci-historie/index-en.html"
@@ -11,14 +11,14 @@ depends=('scummvm')
optdepends=('draci-historie-dubbing-cz: czech dubbing files for the game')
conflicts=('draci-historie-en' 'draci-historie-cz')
install=$pkgname.install
-source=(http://www.ucw.cz/draci-historie/binary/dh-pl.zip)
-md5sums=('5ffe3b709050b5f2c85aef5ea87e7591')
+source=(http://www.ucw.cz/draci-historie/binary/dh-pl-2012.zip)
+md5sums=('a14c144eb30597d8e6d1af5af3217b04')
package() {
- cd ${srcdir}
+ cd "${srcdir}"
- install -d ${pkgdir}/usr/share/dragon_history
- install -D -m644 ${srcdir}/* ${pkgdir}/usr/share/dragon_history
+ install -d "${pkgdir}"/usr/share/dragon_history
+ install -D -m644 "${srcdir}"/* "${pkgdir}"/usr/share/dragon_history
- rm ${pkgdir}/usr/share/dragon_history/dh-pl.zip
+ rm "${pkgdir}"/usr/share/dragon_history/{dh-pl-2012.zip,*.exe,*.bat,*.ico}
}