summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Santos2015-07-15 19:48:50 +0100
committerMauro Santos2015-07-15 19:48:50 +0100
commit38bbe729eb70ca44f2fdaadda6cdddbe48b34440 (patch)
tree62d6de60ef3214d48023ec4d46bb7f9773dc0a9b
parent2207bbb170e3bdfd728dd13c063ff6932a9b2759 (diff)
downloadaur-38bbe729eb70ca44f2fdaadda6cdddbe48b34440.tar.gz
Add .gitignore to keep sources and package.
Don't compress package.
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..13eb0ae50eda
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+hyphen*tar.gz
+hyphen-en-us*pkg.tar
diff --git a/PKGBUILD b/PKGBUILD
index 433c742f3338..7e9b4980cafc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ license=('GPL2' 'LGPL2.1' 'MPL')
pkgdesc="English hyphenation rules (en_US only)"
source=(http://downloads.sourceforge.net/hunspell/hyphen-${pkgver}.tar.gz)
sha1sums=('0556c392beb59433e577e3517575801212201df6')
+PKGEXT='.pkg.tar'
package() {
cd hyphen-${pkgver}