summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57d3dd5b54b9..13298aa5cf71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ttf-revelation
pkgdesc = The hand-written font for Myst IV Revelation journals.
pkgver = latest
- pkgrel = 1
+ pkgrel = 2
url = http://www.rshayter.com/downloads/
install = revelation.install
arch = any
@@ -10,8 +10,7 @@ pkgbase = ttf-revelation
makedepends = xorg-mkfontscale
makedepends = xorg-mkfontdir
makedepends = xorg-xset
- provides = ttf-dniscript=latest
- source = revelation.ttf::http://www.rshayter.com/files/Revelation.ttf
+ source = Revelation.ttf::http://www.rshayter.com/files/Revelation.ttf
source = license-dummy.txt
source = revelation.install
sha256sums = 0e0fde843486d814f3831f9f482884543d315e90e05cb539e8a6bce678b88c74
diff --git a/PKGBUILD b/PKGBUILD
index 91f419a4b21e..481aa8535709 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=ttf-revelation
pkgname="${_pkgname}"
pkgver=latest
-pkgrel=1
+pkgrel=2
pkgdesc="The hand-written font for Myst IV Revelation journals."
arch=('any')
url="http://www.rshayter.com/downloads/"
@@ -19,12 +19,10 @@ makedepends=(
"xorg-xset"
)
-provides=("ttf-dniscript=${pkgver}")
-
install='revelation.install'
source=(
- "revelation.ttf::http://www.rshayter.com/files/Revelation.ttf"
+ "Revelation.ttf::http://www.rshayter.com/files/Revelation.ttf"
"license-dummy.txt"
"${install}"
)
@@ -43,8 +41,7 @@ prepare() {
package() {
cd "${srcdir}"
- install -D -v -m644 'revelation.ttf' "${pkgdir}/usr/share/fonts/revelation
- /revelation.ttf"
+ install -D -v -m644 'Revelation.ttf' "${pkgdir}/usr/share/fonts/revelation/Revelation.ttf"
install -D -v -m644 license-dummy.txt "${pkgdir}/usr/share/licenses/${pkgname}/copying.txt"
install -D -v -m644 website.url "${pkgdir}/usr/share/doc/${_pkgname}/website.url"