summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgabrielstedman2017-02-28 13:25:12 +0000
committergabrielstedman2017-02-28 13:25:12 +0000
commitb48549122e7f96287d2958a5a836f6ed9f2e4835 (patch)
tree2c23b9fe94c01f1318364bcca5405abee82f5028
parent212f7aef413c65cc0e1df9514c0862d850ac824d (diff)
downloadaur-b48549122e7f96287d2958a5a836f6ed9f2e4835.tar.gz
Update to 1.1.5_all
-rw-r--r--.SRCINFO2
-rwxr-xr-xupdate_package4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a4f848be4a4..9a405cf3c1d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Feb 28 13:24:54 UTC 2017
+# Tue Feb 28 13:25:10 UTC 2017
pkgbase = gnome-shell-extension-zorin-dash
pkgdesc = Various settings and changes for the dash in Zorin Desktop.
pkgver = 1.1.5_all
diff --git a/update_package b/update_package
index a4b13a465e77..fa57167871a0 100755
--- a/update_package
+++ b/update_package
@@ -28,6 +28,6 @@ echo "Do you wish to commit?"
read -r answer
if echo "$answer" | grep -iq "^y" ;then
git add -vA
- git commit -vm "Update to $latest_version"
- git -v push origin master
+ git commit -m "Update to $latest_version"
+ git push origin master
fi \ No newline at end of file