summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobiot2021-10-30 16:18:35 +0300
committerrobiot2021-10-30 16:18:35 +0300
commit0abf1bcf961e8474fffb5dada50b000d4b66ea77 (patch)
tree4fbf07fee050fd6a554b96f0294dc456a2d33268
parentefdfead24b17a14087b7dca1b2c7d1f2f72cc996 (diff)
downloadaur-0abf1bcf961e8474fffb5dada50b000d4b66ea77.tar.gz
Fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--git.sh1
3 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fe66059a88e..2e54d87720d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = zash
- pkgdesc = A blazing fast gui autoclicker for linux
+ pkgdesc = Zash - A Zuper Awesome Shell
pkgver = 0.1.0
pkgrel = 1
url = https://github.com/robiot/zash
diff --git a/PKGBUILD b/PKGBUILD
index af6dc34fce2d..2d4f9a8d7aa7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=zash
pkgver=0.1.0
pkgrel=1
-pkgdesc='A blazing fast gui autoclicker for linux'
+pkgdesc='Zash - A Zuper Awesome Shell'
arch=('x86_64' 'aarch64')
url='https://github.com/robiot/zash'
license=('GPL-3.0')
diff --git a/git.sh b/git.sh
index 5d0d784f5823..acccf09da58f 100644
--- a/git.sh
+++ b/git.sh
@@ -7,3 +7,4 @@ echo "Write commit comment!"
read input
git commit -m "$input"
+git push -u origin master