summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin T. H. Sandsmark2020-10-18 16:50:59 +0200
committerMartin T. H. Sandsmark2020-10-18 16:51:59 +0200
commite28eb36bd39f54cecbbb13cb7bee2ecc148b68d2 (patch)
tree4dcb63c530d4b5a362566d72b0dd786ea7c6a1db
parentd49e74bfb8c0cd70f4eefde3d25d09f8a488eb9c (diff)
downloadaur-e28eb36bd39f54cecbbb13cb7bee2ecc148b68d2.tar.gz
install fonts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67b9ddbb9c26..ce8b5fa9417f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = ageofconquerors-trial-data
pkgdesc = Data files from Age of Empires II: The Conquerors Demo
- pkgver = 1
+ pkgver = 2
pkgrel = 1
url = https://www.ageofempires.com/
arch = any
license = custom
makedepends = cabextract
- source = https://archive.org/download/AgeOfEmpiresIiTheConquerorsDemo/Age2XTrial.exe
+ source = https://github.com/sandsmark/freeaoe/releases/download/1/Age2XTrial.exe
sha1sums = a0b27848a70bcda203837573445de6e243920170
pkgname = ageofconquerors-trial-data
diff --git a/PKGBUILD b/PKGBUILD
index 37767fee7e3f..ad98fbfbfeee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: martin sandsmark <martin.sandsmark@kde.org>
pkgname=ageofconquerors-trial-data
-pkgver=1
+pkgver=2
pkgrel=1
pkgdesc="Data files from Age of Empires II: The Conquerors Demo"
arch=('any')
@@ -34,6 +34,8 @@ package() {
install -Dm 0644 language{,_x1}.dll -t "${pkgdir}/usr/share/ageofconquerors-trial/"
+ install -Dm 0644 *.TTF -t "${pkgdir}/usr/share/ageofconquerors-trial/"
+
install -Dm 644 EULAx.RTF -t "${pkgdir}/usr/share/licenses/${pkgname}/"
install -Dm 644 Readmex.rtf -t "${pkgdir}/usr/share/doc/${pkgname}"
}