summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Teibes2014-11-08 19:28:41 +0100
committerCarsten Teibes2014-11-08 19:28:41 +0100
commitb39f6e32bffc46ef6e3430c8625ab91b6cce9099 (patch)
treeb963a821a529a231d46fd01c51c615428a384d26
parent694ee05565077a100e7ea732709909f9fa0418d6 (diff)
downloadaur-b39f6e32bffc46ef6e3430c8625ab91b6cce9099.tar.gz
[upd] 154c→155
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e35a6249c619..74d93e911482 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = arcade-history-dat
pkgdesc = Arcade History Database file to use for Emulators and Frontends with more than 36,000 entries!
- pkgver = 154c
+ pkgver = 155
pkgrel = 1
url = http://www.arcade-history.com
arch = any
- license = unknown
+ license = custom
optdepends = raine: for use in raine
optdepends = qmc2: for use in qmc2
- source = http://www.arcade-history.com/dats/history154c.7z
- sha256sums = ab34365153f7aed3d7a910f7e6b6e91007833a1f01bc0c0b0c63eb50f9895673
+ source = http://www.arcade-history.com/dats/history155.7z
+ sha256sums = 05e8bec9c2f3f1747e4f5bf772a68289191c1e4d3ec9938d8d806056d8a4aab6
pkgname = arcade-history-dat
diff --git a/PKGBUILD b/PKGBUILD
index 6416d244961c..877e2d5d62d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
pkgname=arcade-history-dat
-pkgver=154c
+pkgver=155
pkgrel=1
pkgdesc="Arcade History Database file to use for Emulators and Frontends with more than 36,000 entries!"
arch=('any')
url="http://www.arcade-history.com"
-license=('unknown')
+license=('custom')
optdepends=('raine: for use in raine'
'qmc2: for use in qmc2')
source=("$url/dats/history$pkgver.7z")
-sha256sums=('ab34365153f7aed3d7a910f7e6b6e91007833a1f01bc0c0b0c63eb50f9895673')
+sha256sums=('05e8bec9c2f3f1747e4f5bf772a68289191c1e4d3ec9938d8d806056d8a4aab6')
package() {
install -Dm644 history.dat "$pkgdir"/usr/share/$pkgname/history.dat
@@ -20,4 +20,8 @@ package() {
ln -s /usr/share/$pkgname/history.dat "$pkgdir"/usr/share/raine/history.dat
# TODO: where to put it for other emulators/frontends?
+
+ # license
+ install -d "$pkgdir"/usr/share/licenses/$pkgname
+ sed '/$end/,$d' history.dat > "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}