summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary DeLaney2015-09-08 20:18:37 -0500
committerGary DeLaney2015-09-08 20:18:37 -0500
commitbcc4b4afcc782c89ce763ef06beda6cf07c58e30 (patch)
treeaf67f1cc40b5bce19017574176c1c89ee839c9ca
parent69a8580e7391b01dc06f1b975a58dd25e5b1e42b (diff)
downloadaur-bcc4b4afcc782c89ce763ef06beda6cf07c58e30.tar.gz
Update
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ada68dd6fbc..2e2732952e20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = orbital-git
pkgdesc = A Wayland shell client
- pkgver = 0.1.763
- pkgrel = 2
+ pkgver = 0.1.836
+ pkgrel = 1
url = https://github.com/giucam/orbital
arch = i686
arch = x86_64
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..cc67b0b4d0bf
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*
+!.gitignore
+!PKGBUILD
+!.SRCINFO
+!*.install
diff --git a/PKGBUILD b/PKGBUILD
index 205d8b0d3d0c..a6368f67bde5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ _builddir=("${_gitname}/build")
_prefix="/usr"
pkgname="$_gitname-git"
-pkgver=0.1.763
-pkgrel=2
+pkgver=0.1.836
+pkgrel=1
pkgdesc="A Wayland shell client"
arch=(i686 x86_64)
url="https://github.com/giucam/orbital"