summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorspecter1192019-10-27 19:13:08 +0800
committerspecter1192019-10-27 19:13:08 +0800
commit778a47143dba7a884aab516c346d5c4dc93515ba (patch)
tree41856a3571812c054324905ffac82e1140662cda
parentb24b368b4f07442a653c45e0ac5d79d96f77a966 (diff)
downloadaur-778a47143dba7a884aab516c346d5c4dc93515ba.tar.gz
update gitignore
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore8
-rw-r--r--PKGBUILD2
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cc8875953b8..525f161d006c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-ehforwarderbot-git
pkgdesc = An extensible message tunneling chat bot framework. Delivers messages to and from multiple platforms and remotely control your accounts.
pkgver = r449.70d29ce
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/blueset/ehForwarderBot
install = ehforwarderbot.install
arch = any
diff --git a/.gitignore b/.gitignore
index b140cd25615a..f570314dae9b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-/src
-/pkg
-/python-ehforwarderbot
-*.pkg.tar.xz
+/src/
+/pkg/
+/python-ehforwarderbot/
+*.pkg.tar.*
diff --git a/PKGBUILD b/PKGBUILD
index b81bf89c4281..ac437116331d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=python-ehforwarderbot-git
_provide=${pkgname%-git}
_name=${_provide#python-}
pkgver=r449.70d29ce
-pkgrel=1
+pkgrel=2
pkgdesc='An extensible message tunneling chat bot framework. Delivers messages to and from multiple platforms and remotely control your accounts.'
arch=('any')
url='https://github.com/blueset/ehForwarderBot'