summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortdy2017-02-06 07:05:22 -0600
committertdy2017-02-06 07:05:22 -0600
commit991d5698960a6699f6764c9d3674be1184fd54c0 (patch)
treebafb3348c14208431bc9858baeb7555f67433c16 /PKGBUILD
parent2fa7a769588810ef130ca33aff84487b4a094b8d (diff)
downloadaur-991d5698960a6699f6764c9d3674be1184fd54c0.tar.gz
Add post-install message
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eded18c22142..6d4615f10d1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=mpv-notify-git
pkgver=r19.019e278
-pkgrel=1
+pkgrel=2
pkgdesc="Desktop notifications for the mpv media player"
arch=(any)
url=https://github.com/rohieb/mpv-notify
license=(MIT)
depends=(lua52-socket lua52-posix libnotify imagemagick)
+install=$pkgname.install
source=($pkgname::git+https://github.com/rohieb/mpv-notify.git)
sha256sums=(SKIP)