summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpushsla2018-11-17 13:55:24 +0300
committerpushsla2018-11-17 13:55:24 +0300
commit2d958588fb4e5436d1546718b8e622f7065a53f9 (patch)
tree58cbd21cd4c916689eca18f542aaee801858d7d7
parentf59b4bb83789d0a4443e17099806e93d5c8db29d (diff)
downloadaur-2d958588fb4e5436d1546718b8e622f7065a53f9.tar.gz
config updates + exclusions
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD2
3 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab7159ed5d04..11bc612252ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ccd-python-git
pkgdesc = Cute ChDir written on Python that finds directories
pkgver = 1.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/pushsla/CuteCD
arch = any
license = unknown
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..ae8de978151e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*.tar.*
+src
+pkg
diff --git a/PKGBUILD b/PKGBUILD
index abc655a4cca7..37c482b7e5e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Maintainer: push2001sla@gmail.com
pkgname=ccd-python-git
pkgver=1.1
-pkgrel=2
+pkgrel=3
epoch=
pkgdesc="Cute ChDir written on Python that finds directories"
arch=('any')