summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortonyskapunk2017-05-23 12:54:42 -0500
committerTony Garcia2017-05-23 12:54:54 -0500
commiteeace4b15307f66ba8b3b085c14f50177c5bb2fc (patch)
tree11cf8d4cf514abf5bd4d0e78d1c0060f9131e555
parent5298f7394e3876551f388762bfe2ab04c7766733 (diff)
downloadaur-eeace4b15307f66ba8b3b085c14f50177c5bb2fc.tar.gz
Adding .gitignore, removing comments
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..a640ca51333a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+pkg/
+src/
+*.xz
+*.rpm
+*.deb
diff --git a/PKGBUILD b/PKGBUILD
index 5bfd88f80080..d43a134a7bfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,6 +21,3 @@ package() {
install -Dm0644 usr/share/doc/scaleft-client-tools/LICENSE.txt \
${pkgdir}/share/doc/scaleft-client-tools/LICENSE.txt
}
-
-# deb: curl -s https://pkg.scaleft.com/deb/pool/linux/main/s/scaleft-client-tools/ | grep -Po 'scale[\w-\d.]*' | sort -V | tail -1
-# rpm: curl -s https://pkg.scaleft.com/rpm/ | grep -Po 'scaleft-client-tools[\w-\d.]*' | sort -V | tail -1