summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..8cab68753a70
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+/massh-*.pkg.tar.xz
+/massh-*.tgz
+/pkg/
+/src/
diff --git a/PKGBUILD b/PKGBUILD
index 66dc12b5e28d..4608b054bb74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ arch=('any')
url="http://m.a.tt/er/massh.html"
license=('GPL3')
depends=('openssh')
-source=("http://m.a.tt/er/$pkgname.tgz"
+source=("$pkgname-$pkgver.tgz::http://m.a.tt/er/$pkgname.tgz"
'fix-paths.patch')
md5sums=('57585bb5328baf2e5ef8588815287ebe'
'5990a49e673c0fda73a446bb7e562ddd')