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 834ffe342377..1ac43f8ce997 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = draci-historie-cz
pkgdesc = The first Czech CD-ROM-based 2D point-and-click adventure game - czech version
pkgver = 1.0
- pkgrel = 2
+ pkgrel = 3
url = http://www.ucw.cz/draci-historie/index-en.html
install = draci-historie-cz.install
arch = any
@@ -10,8 +10,8 @@ pkgbase = draci-historie-cz
optdepends = draci-historie-dubbing-cz: czech dubbing files for the game
conflicts = draci-historie-en
conflicts = draci-historie-pl
- source = http://www.ucw.cz/draci-historie/binary/dh-cz.zip
- md5sums = afe735f1d8683dec6084f2de8f917e13
+ source = http://www.ucw.cz/draci-historie/binary/dh-cz-2012.zip
+ md5sums = fec186b4e9e3465cdfee2ba956ed4415
pkgname = draci-historie-cz
diff --git a/PKGBUILD b/PKGBUILD
index 832e435c54d3..3b07f652c87b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=draci-historie-cz
pkgver=1.0
-pkgrel=2
+pkgrel=3
pkgdesc="The first Czech CD-ROM-based 2D point-and-click adventure game - czech 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-pl')
install=$pkgname.install
-source=(http://www.ucw.cz/draci-historie/binary/dh-cz.zip)
-md5sums=('afe735f1d8683dec6084f2de8f917e13')
+source=(http://www.ucw.cz/draci-historie/binary/dh-cz-2012.zip)
+md5sums=('fec186b4e9e3465cdfee2ba956ed4415')
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-cz.zip
+ rm "${pkgdir}"/usr/share/dragon_history/{dh-cz-2012.zip,*.exe,*.bat,*.ico}
}