summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore6
-rw-r--r--PKGBUILD2
2 files changed, 7 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..1f1105d45a32
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+.DS_Store
+*.sublime-workspace
+*.sublime-project
+.tmp
+temp
+tmp
diff --git a/PKGBUILD b/PKGBUILD
index 9213ddd80fd6..a7f54fc1101f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# vim: ts=2 sw=2 et:
pkgname=cfonts
-pkgver=1.0.3rust
+pkgver=1.0.4rust
pkgrel=1
pkgdesc='Sexy ANSI fonts for the console'
arch=('x86_64')