summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD11
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca3e76a61af2..d0bd5e8974f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = draci-historie-dubbing-cz
pkgdesc = Czech voices for the first Czech CD-ROM-based 2D point-and-click adventure game
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.ucw.cz/draci-historie/index-en.html
arch = any
license = GPL2
depends = scummvm
- source = http://www.ucw.cz/draci-historie/binary/dubbing.zip
+ source = http://www.ucw.cz/draci-historie/binary/old/dubbing-cz-orig.zip
md5sums = bb5e16c921ab1dba4a6ac87d28224f47
pkgname = draci-historie-dubbing-cz
diff --git a/PKGBUILD b/PKGBUILD
index 8624a86af74b..fe56d84f9503 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,17 @@
pkgname=draci-historie-dubbing-cz
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Czech voices for the first Czech CD-ROM-based 2D point-and-click adventure game"
arch=('any')
url="http://www.ucw.cz/draci-historie/index-en.html"
license=('GPL2')
depends=('scummvm')
-source=(http://www.ucw.cz/draci-historie/binary/dubbing.zip)
+source=(http://www.ucw.cz/draci-historie/binary/old/dubbing-cz-orig.zip)
md5sums=('bb5e16c921ab1dba4a6ac87d28224f47')
package() {
- cd ${srcdir}
+ cd "${srcdir}"
- install -d ${pkgdir}/usr/share/dragon_history
- install -D -m644 ${srcdir}/* ${pkgdir}/usr/share/dragon_history
-
- rm ${pkgdir}/usr/share/dragon_history/dubbing.zip
+ install -D -m644 "${srcdir}"/CD.SAM "${pkgdir}"/usr/share/dragon_history/CD.SAM
}