summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Delgado2020-10-20 15:50:21 -0400
committerDylan Delgado2020-10-20 15:50:21 -0400
commitb2324d1a40321f26c853f976645b774f0c48bb44 (patch)
tree38937295cd4405750e19c93faee14660ec693f4f
parent10a82a1c0ec9ed644a23d7065920dcdda5ff272a (diff)
downloadaur-b2324d1a40321f26c853f976645b774f0c48bb44.tar.gz
Remove dependencies
-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')