summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandy2013-01-29 07:32:08 -0500
committerSandy2013-01-29 07:32:08 -0500
commitc485cf3a92cb22c7cb43455fe5d29835da20f4a0 (patch)
tree25f1fb04d0e1349fe5956aac958169f52fc9ae4a
parente37d45d63b529e6954db4139baa7f6270644172c (diff)
downloadaur-c485cf3a92cb22c7cb43455fe5d29835da20f4a0.tar.gz
Font License name change
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 773c30c27b5c..cbc60ab00fa9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openmw-git
pkgdesc = An open-source engine reimplementation for the role-playing game Morrowind.
- pkgver = 20121231
+ pkgver = 20130129
pkgrel = 1
url = http://www.openmw.org
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 08984391eb9e..e19256313633 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# PKGBUILD source: https://github.com/bwrsandman/pkgbuild/tree/master/openmw-git
pkgname=openmw-git
-pkgver=20121231
+pkgver=20130129
pkgrel=1
pkgdesc="An open-source engine reimplementation for the role-playing game Morrowind."
arch=('i686' 'x86_64')
@@ -74,7 +74,7 @@ package() {
# Custom Licences
install -d -m755 "$pkgdir"/usr/share/licenses/openmw
- install -D -m644 "Dejavu_lgc_font_license.txt" "$pkgdir/usr/share/licenses/openmw/"
+ install -D -m644 "DejaVu Font License.txt" "$pkgdir/usr/share/licenses/openmw/"
install -D -m644 "Daedric Font License.txt" "$pkgdir/usr/share/licenses/openmw/"
install -D -m644 "OFL.txt" "$pkgdir/usr/share/licenses/openmw/"
install -D -m644 "extern/shiny/License.txt" "$pkgdir/usr/share/licenses/openmw/Shiny License.txt"