summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Vihrov2015-08-12 19:41:16 +0300
committerAndrey Vihrov2015-08-12 19:41:16 +0300
commitb4223e215262850db959b0c11158489b7548228f (patch)
treee690fbe09f6888936026591474a970e4428adf6d
parent43f5ce8d2b37c59a87af38e5142edee8c228bb4e (diff)
downloadaur-b4223e215262850db959b0c11158489b7548228f.tar.gz
Update dependencies. Install README.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6f0f99de242..5b12e1c5889d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = hexchat-autoaway
pkgdesc = A HexChat plugin to set away on idle
pkgver = 1.0.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/andreyv/hexchat-autoaway
arch = i686
arch = x86_64
license = GPL3
makedepends = cmake
depends = hexchat
+ depends = libx11
depends = libxss
conflicts = hexchat-autoaway-git
source = https://github.com/andreyv/hexchat-autoaway/archive/v1.0.3.tar.gz
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: