summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Vihrov2016-08-14 20:09:21 +0300
committerAndrey Vihrov2016-08-14 20:09:21 +0300
commit63801a97d227527b646b578d99bbaf853a9eb137 (patch)
tree310c74bea09886ea997b22706cc8080b222295b5
parent0b6a753796a16f40bff402a8ee30464b9a5dc826 (diff)
downloadaur-hexchat-autoaway.tar.gz
Bump to 2.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29e9dd94a8e2..7ee944d40dfd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Sun Aug 14 17:08:51 UTC 2016
pkgbase = hexchat-autoaway
pkgdesc = A HexChat plugin to set away on idle
- pkgver = 1.0.3
- pkgrel = 2
+ pkgver = 2.0
+ pkgrel = 1
url = https://github.com/andreyv/hexchat-autoaway
arch = i686
arch = x86_64
@@ -10,8 +12,8 @@ pkgbase = hexchat-autoaway
depends = hexchat
depends = libxss
conflicts = hexchat-autoaway-git
- source = https://github.com/andreyv/hexchat-autoaway/archive/v1.0.3.tar.gz
- sha256sums = 35367a4e0d6f1c83ec36f2ae11d9274cd874aa990f69c8b8690cca4045709e80
+ source = https://github.com/andreyv/hexchat-autoaway/archive/v2.0.tar.gz
+ sha256sums = 608ba6b934869a5fe5d7402a178e2a24101d71eda2cb9b4b19e09058023eb8dc
pkgname = hexchat-autoaway
diff --git a/PKGBUILD b/PKGBUILD
index 51d78ac71ff6..3844f7095251 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Andrey Vihrov <andrey.vihrov at gmail.com>
pkgname=hexchat-autoaway
-pkgver=1.0.3
-pkgrel=2
+pkgver=2.0
+pkgrel=1
pkgdesc="A HexChat plugin to set away on idle"
arch=('i686' 'x86_64')
url="https://github.com/andreyv/hexchat-autoaway"
@@ -11,7 +11,7 @@ depends=('hexchat' 'libxss')
makedepends=('cmake')
conflicts=('hexchat-autoaway-git')
source=("https://github.com/andreyv/hexchat-autoaway/archive/v${pkgver}.tar.gz")
-sha256sums=('35367a4e0d6f1c83ec36f2ae11d9274cd874aa990f69c8b8690cca4045709e80')
+sha256sums=('608ba6b934869a5fe5d7402a178e2a24101d71eda2cb9b4b19e09058023eb8dc')
build() {
cd "${pkgname}-${pkgver}"