summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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}