summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD2
3 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbf0a3c5e52f..516998ea30eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,8 @@ pkgbase = ttf-hack-powerline-git
url = https://github.com/powerline/fonts
install = ttf-hack-powerline-git.install
arch = any
- license = custom:SIL OFL, v1.1 + Bitstream License
+ license = custom:SIL OFL, v1.1
+ license = custom:Bitstream License
makedepends = git
depends = fontconfig
depends = xorg-font-utils
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..a657fc3a6693
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+/*
+!/.SRCINFO
+!/.gitignore
+!/PKGBUILD
+!/ttf-hack-powerline-git.install
diff --git a/PKGBUILD b/PKGBUILD
index a84d07546c6c..75cd6158e612 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="Hack for Powerline"
arch=('any')
url=('https://github.com/powerline/fonts')
-license=('custom:SIL OFL, v1.1 + Bitstream License')
+license=('custom:SIL OFL, v1.1' 'custom:Bitstream License')
depends=(fontconfig xorg-font-utils )
makedepends=('git')
conflicts=(powerline-fonts powerline-fonts-git)