summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary DeLaney2015-08-08 10:11:59 -0500
committerGary DeLaney2015-08-08 10:11:59 -0500
commit2f4b075c7b611c4c7b8c0fd0c9eebab99e42402e (patch)
treee0cc24d856e03e59c1897318ac294bcaaad9384d
parentfb7bfbe404e54015aa651e7cce0caca72ecaf64d (diff)
downloadaur-2f4b075c7b611c4c7b8c0fd0c9eebab99e42402e.tar.gz
adding .gitignore
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..8395d4064364
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+src
+pkg
+vera-plugin-openbox
diff --git a/PKGBUILD b/PKGBUILD
index 8421f284e890..59a2f7f1aeae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _gitbranch=master
_gitname=vera-plugin-openbox
pkgname="$_gitname-git"
-pkgver=0
+pkgver=0.32.0.1
pkgrel=1
pkgdesc="Openbox plugin for vera"
arch=(i686 x86_64)