summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b505cb8c8f07..d864091ec85c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,11 @@
-# Generated by makepkg 5.0.1
-# Fri Jun 9 00:03:04 UTC 2017
pkgbase = ttf-impallari-dancing-script
pkgdesc = Lively casual script where the letters bounce and change size slightly, from Pablo Impallari
pkgver = 2.000
- pkgrel = 1
+ pkgrel = 2
url = http://www.impallari.com/dancing/
- install = updatefont.install
arch = any
groups = impallari-fonts
license = custom:OFL
- depends = fontconfig
- depends = xorg-font-utils
source = dancing-script-2.000.zip::https://github.com/impallari/DancingScript/archive/master.zip
md5sums = bad057ff904f9963fb3ed1eab915a5e2
diff --git a/PKGBUILD b/PKGBUILD
index 1a02d957cd03..d71709c057be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@ _font="dancing-script"
_group="impallari"
pkgname=ttf-${_group}-${_font}
pkgver=2.000
-pkgrel=1
+pkgrel=2
pkgdesc="Lively casual script where the letters bounce and change size slightly, from Pablo Impallari"
arch=(any)
url="http://www.impallari.com/dancing/"
license=('custom:OFL')
groups=("${_group}-fonts")
-depends=('fontconfig' 'xorg-font-utils')
-install=updatefont.install
+depends=()
+#install=updatefont.install
source=("${_font}-${pkgver}.zip::https://github.com/impallari/DancingScript/archive/master.zip")
md5sums=('bad057ff904f9963fb3ed1eab915a5e2')