summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin MacMartin2015-07-04 16:47:55 -0400
committerKevin MacMartin2015-07-04 16:47:55 -0400
commitb3684039887eb4990439d80c44a6647b3c19bdcd (patch)
treea748d251d07a9e4dd22aae924479caaea03bde91
parentb8b13b7e06296b14645ae475a79d9457c0d09b89 (diff)
downloadaur-b3684039887eb4990439d80c44a6647b3c19bdcd.tar.gz
Update to 20150616.r125.41fa9ee and add gitignore
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..18912905fc27
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.pkg.tar.xz
+pkg
+src
+chromeos-apk
diff --git a/PKGBUILD b/PKGBUILD
index 4d76cd06bb69..fb0aafe75e15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=chromeos-apk
pkgname=$_pkgname-git
-pkgver=20150123.r121.775c17c
-pkgrel=2
+pkgver=20150616.r125.41fa9ee
+pkgrel=1
pkgdesc='Extract Android APKs for running in Chrome OS OR Chrome in OS X, Linux and Windows'
arch=('any')
url='https://github.com/vladikoff/chromeos-apk'