summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Schönherr2017-01-29 14:15:30 +0100
committerMoritz Schönherr2017-01-29 14:15:30 +0100
commit7d07dd5b8b3fd74765920c0d02580ea48ba85708 (patch)
tree8f83dda7684205818207626550aa3375971fad8b
parentee41ad97c063651296e2aedf7764445dd3393e48 (diff)
downloadaur-ttf-fate-core.tar.gz
added missing checksum for LICENSE
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a304dc8c55f4..fe7dc33fb7fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ttf-fate-core
pkgdesc = The ttf font used in the Fate Core Rulebook
pkgver = 1
- pkgrel = 1
+ pkgrel = 2
url = http://faterpg.com
install = ttf.install
arch = any
@@ -10,7 +10,9 @@ pkgbase = ttf-fate-core
depends = xorg-fonts-encodings
depends = xorg-font-utils
source = http://www.faterpg.com/wp-content/uploads/2013/06/Fate-Core-Font.ttf_.zip
+ source = LICENSE
md5sums = c910b1af331ab2a785d24cd51d0a0559
+ md5sums = fcc4115441ba1fc05fc31c02f29ead25
pkgname = ttf-fate-core
diff --git a/PKGBUILD b/PKGBUILD
index e0637b313f27..7600047e07c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,18 @@
# Maintainer: Moritz Schönherr <moritz.schoenherr@gmail.com>
pkgname=ttf-fate-core
pkgver=1
-pkgrel=1
+pkgrel=2
pkgdesc="The ttf font used in the Fate Core Rulebook"
arch=('any')
license=('custom')
url="http://faterpg.com"
depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
install=ttf.install
-source=("http://www.faterpg.com/wp-content/uploads/2013/06/Fate-Core-Font.ttf_.zip")
+source=("http://www.faterpg.com/wp-content/uploads/2013/06/Fate-Core-Font.ttf_.zip"
+ "LICENSE")
-md5sums=('c910b1af331ab2a785d24cd51d0a0559')
+md5sums=('c910b1af331ab2a785d24cd51d0a0559'
+ 'fcc4115441ba1fc05fc31c02f29ead25')
package() {
cd $srcdir