summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Santos2015-07-15 19:59:42 +0100
committerMauro Santos2015-07-15 19:59:42 +0100
commit965d65eb61df39a1a84328a31c43371ca45c435e (patch)
tree842be36f5d0cc8bba631d6025210474977ee85f4
parent5001e9ada5ec8bce84cc2c5c8de1941973824ad3 (diff)
downloadaur-965d65eb61df39a1a84328a31c43371ca45c435e.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..14fd9dc49d88
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+usbview2*pkg.tar
+usbview2*tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 5152a9b3ebd0..15b22635701b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,7 @@ depends=('gtk2' 'libusb-compat')
makedepends=('pkg-config')
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/v${_pkgver}/${pkgname}-v${_pkgver}.tar.gz")
md5sums=('42f4e7ee90088e433050b7738a3df145')
+PKGEXT='.pkg.tar'
build() {
cd "${srcdir}/${pkgname}"