summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary DeLaney2015-09-08 20:19:16 -0500
committerGary DeLaney2015-09-08 20:19:16 -0500
commit7f3e5f7b1dadf3092aad21d6997dde082a4c05ba (patch)
treea51e0637dac7a27234acd30c7c47caa2e62a4fe1
parent211705ee23f1729741580926cd5ffccf2fa263ad (diff)
downloadaur-7f3e5f7b1dadf3092aad21d6997dde082a4c05ba.tar.gz
Update
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD2
3 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60ba2da17e77..76c47d14dd6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = weston-orbital-git
pkgdesc = Reference implementation of a Wayland compositor modified for use with orbital
- pkgver = 1.7.90.4484.1b06292
+ pkgver = 1.7.93.4678.a0fd45c
pkgrel = 1
url = https://github.com/giucam/weston/tree/libweston
arch = i686
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 2c10923c665b..c3db7e3b17f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=weston
pkgname=$_pkgname-orbital-git
-pkgver=1.7.90.4484.1b06292
+pkgver=1.7.93.4678.a0fd45c
pkgrel=1
pkgdesc='Reference implementation of a Wayland compositor modified for use with orbital'
arch=(i686 x86_64)