summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdhityaa Chandrasekar2017-05-05 22:19:01 +0530
committerAdhityaa Chandrasekar2017-05-05 22:19:01 +0530
commit7c857ab66170064e1436af09b15b050ef5809d2b (patch)
tree07999f21e7a2c6014de32cd74371f9ace6f5ab9f
parent2e66c435ae214a39727c952245c7034b3de3f857 (diff)
downloadaur-7c857ab66170064e1436af09b15b050ef5809d2b.tar.gz
Update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rwxr-xr-xpush6
3 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb6b70eca5bf..100d85dc2b02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = coala
pkgdesc = A unified command-line interface for linting and fixing all your code, regardless of the programming languages you use.
pkgver = 0.10.0
- pkgrel = 1
+ pkgrel = 3
url = https://coala.io/
arch = any
license = AGPL-3.0
diff --git a/PKGBUILD b/PKGBUILD
index dfb5a92fcc93..95bd461d8dc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adhityaa Chandrasekar <c.adhityaa@gmail.com>
pkgname=coala
pkgver=0.10.0
-pkgrel=2
+pkgrel=3
pkgdesc="A unified command-line interface for linting and fixing all your code, regardless of the programming languages you use."
arch=('any')
url="https://coala.io/"
diff --git a/push b/push
new file mode 100755
index 000000000000..04f01e7095c5
--- /dev/null
+++ b/push
@@ -0,0 +1,6 @@
+#!/usr/bin/bash
+
+makepkg --printsrcinfo > .SRCINFO
+git add -A
+git commit -m "Update"
+git push aur