aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Coquelet2019-08-16 11:39:07 +0200
committerChristophe Coquelet2019-08-16 11:39:07 +0200
commit2a2c35094594e5cc344b274749dd52e34f44a510 (patch)
tree12db8ef55b3d7d9d10197eb9c3118f29577d8d96
parent8a976e54fa79a054e9f48d30aecba3e3a1cc1674 (diff)
downloadaur-2a2c35094594e5cc344b274749dd52e34f44a510.tar.gz
Add md5sums to pkgbuild
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD1
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..aaf342bb90dd
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pkg/
+rofi-autorandr
+rofi-autorandr-*
+src/
diff --git a/PKGBUILD b/PKGBUILD
index 131a2a8d5710..95a7ff351917 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,3 +14,4 @@ source=("${pkgname}::https://github.com/pawndev/rofi-autorandr/archive/${pkgver}
package() {
install -Dm 755 "$srcdir/$pkgname-$pkgver/rofi-autorandr.sh" "$pkgdir/usr/bin/rofi-autorandr"
}
+md5sums=('1a81c199b0a4edba8cec6954832d585c')