summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Filonenko2017-08-22 23:27:20 +0300
committerAlex Filonenko2017-08-22 23:27:20 +0300
commit501a75e1eec8568e45105fcd6fe9d3ac93959d5d (patch)
tree39a6b2ee38fb45a1932c8dc20ccd26e271036bcb
parent6cdc77b1ff94bab48d985fce038d0fff9aa88661 (diff)
downloadaur-501a75e1eec8568e45105fcd6fe9d3ac93959d5d.tar.gz
fix build, add gitignore
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..03670b180d40
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+src
+pkg
+*.tar.xz
+*.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index abb90c1df018..1c3492851c3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Oleksii Filonenko <filalex77@gmail.com>
pkgname=wallsplash
pkgver=0.1
-pkgrel=2
+pkgrel=3
pkgdesc="Set unsplash wallpapers with colorschemes"
url="https://github.com/filalex77/wallsplash/"
license=('GPL')
@@ -15,6 +15,6 @@ sha1sums=(SKIP)
package() {
install -d "$pkgdir/usr/bin"
cd "$pkgname-$pkgver"
- install -Dm644 wallsplash \
+ install -Dm755 wallsplash \
"$pkgdir/usr/bin/wallsplash"
}