summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis Janon2020-09-15 13:20:01 +0200
committerAlexis Janon2020-09-15 13:50:36 +0200
commitbb0e688dc6e359f07c8aa0e3627d2d398e869d70 (patch)
treebba67e9949671043cd9c24a5ce4a108363f3c08f
parent788f2e4d687d5ae57f22f48bedd6b19cf6a33248 (diff)
downloadaur-bb0e688dc6e359f07c8aa0e3627d2d398e869d70.tar.gz
Use 'woff2' package for woff2 decompress insted of woff2-git
This avoids building the woff2 package which is already available in 'extra'.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ec12b64ec9b..4057dc0fa0dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,9 +5,9 @@ pkgbase = ttf-atom-file-icons
url = https://atom.io/packages/file-icons
arch = any
license = MIT
- makedepends = woff2-git
source = ttf-atom-file-icons-2.1.39.tar.gz::https://github.com/file-icons/atom/archive/v2.1.39.tar.gz
md5sums = 407bbec38267f626aecb20d02259c7de
+ makedepends = woff2
pkgname = ttf-atom-file-icons
diff --git a/PKGBUILD b/PKGBUILD
index 6c5fa6a68855..c37b3a7d2cf1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgname=ttf-${_pkgdestdirname}
arch=(any)
url="https://atom.io/packages/file-icons"
license=('MIT')
-makedepends=('woff2-git')
+makedepends=('woff2')
source=("$pkgname-$pkgver.tar.gz::https://github.com/${_pkgmaintainer}/${_pkgsrcname}/archive/${_versionprefix}${pkgver}.tar.gz")
md5sums=('407bbec38267f626aecb20d02259c7de')