summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevin Christensen2015-12-04 18:36:12 -0700
committerDevin Christensen2015-12-04 18:36:12 -0700
commit259ec2e38a63c5f1416305049da286c6ce0fe0e1 (patch)
treee40e296de0645051151da9f4d4a4a1f001d2ec8b
parent9fe32779cf163a1a603521f63397edae176f5ad9 (diff)
downloadaur-259ec2e38a63c5f1416305049da286c6ce0fe0e1.tar.gz
Ignore build files
-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)