summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrey Vihrov2015-08-12 19:41:16 +0300
committerAndrey Vihrov2015-08-12 19:41:16 +0300
commitb4223e215262850db959b0c11158489b7548228f (patch)
treee690fbe09f6888936026591474a970e4428adf6d /PKGBUILD
parent43f5ce8d2b37c59a87af38e5142edee8c228bb4e (diff)
downloadaur-b4223e215262850db959b0c11158489b7548228f.tar.gz
Update dependencies. Install README.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e21ef12ca75f..3839523e84e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=hexchat-autoaway
pkgver=1.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="A HexChat plugin to set away on idle"
arch=('i686' 'x86_64')
url="https://github.com/andreyv/hexchat-autoaway"
license=('GPL3')
-depends=('hexchat' 'libxss')
+depends=('hexchat' 'libx11' 'libxss')
makedepends=('cmake')
conflicts=('hexchat-autoaway-git')
source=("https://github.com/andreyv/hexchat-autoaway/archive/v$pkgver.tar.gz")
@@ -24,6 +24,8 @@ package() {
cd "${pkgname}-${pkgver}"
make DESTDIR="$pkgdir" install
+
+ install -D -m 644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
}
# vim:set ts=2 sw=2 et: