summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore23
-rw-r--r--PKGBUILD3
3 files changed, 26 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15ab4fd326f5..f343c03ef5ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tea
pkgdesc = A Qt-based text editor for Linux and *BSD. With an ultimate small size TEA provides you hundreds of functions.
pkgver = 44.1.0
- pkgrel = 1
+ pkgrel = 2
url = http://semiletov.org/tea/
install = tea.install
arch = x86_64
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..29d072f76700
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,23 @@
+# package src/pkg archives, downloaded sources
+*.tar*
+*.tgz
+*.txz
+*.tbz2
+*.tgz
+*.zip
+
+# signed sources
+*.asc
+*.sig
+
+# subfolders, e.g. source or built package trees, vcs
+*/**/
+src/
+pkg/
+
+# backup files
+*~
+*.bak
+
+# mkpkg status files, from soyuz.archlinux.org
+.mkpkg_check
diff --git a/PKGBUILD b/PKGBUILD
index 27e5f4fc2146..30686a0e9cc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,11 @@
# Contributor: Roman Kyrylych <roman@archlinux.org>
# Contributor: Michal Kaliszka <desmont@gmail.com>
# Contributor: Zsolt Varadi <sysop_xxl@fibermail.hu>
+# Contributor: Holger Rauch < holger dot rauch at posteo dot de >
pkgname=tea
pkgver=44.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="A Qt-based text editor for Linux and *BSD. With an ultimate small size TEA provides you hundreds of functions."
arch=('x86_64')
url="http://semiletov.org/tea/"