summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Venries2016-11-24 13:33:12 +0100
committerThomas Venries2016-11-24 13:33:12 +0100
commitae94c888b77e106796b360211164b3a025abafe3 (patch)
tree21cb8bac8b2caf486fd69492758e9ad1d2f33554
parentefd17a7d4d877e8464f205847855fe03e6dd9a4e (diff)
downloadaur-ae94c888b77e106796b360211164b3a025abafe3.tar.gz
Update Release 1.1-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8154cf8910ac..641e50e176ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pearlfan
pkgdesc = Tool to control Pearl USB LED fan.
pkgver = 1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Ventto/pearlfan
arch = x86_64
license = GPL3
@@ -10,7 +10,7 @@ pkgbase = pearlfan
provides = pearlfan
conflicts = pearlfan
source = https://github.com/Ventto/pearlfan/archive/v1.1.tar.gz
- sha256sums = 64192de3348df713d999700f56e5c15b3c30f49773f22ea40f4cf5b056df923b
+ sha256sums = 500a56f6ed87b00a674f498714c83dc136265efb73c43a9ed26409768903ebf0
pkgname = pearlfan
diff --git a/PKGBUILD b/PKGBUILD
index edda04bb2fb7..7a2f06aa4cb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pearlfan
pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc='Tool to control Pearl USB LED fan.'
arch=('x86_64')
url="https://github.com/Ventto/${pkgname}"
@@ -11,7 +11,7 @@ provides=("${pkgname}")
conflicts=("${pkgname}")
makedepends=('help2man' 'netpbm')
source=("https://github.com/Ventto/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('64192de3348df713d999700f56e5c15b3c30f49773f22ea40f4cf5b056df923b')
+sha256sums=('500a56f6ed87b00a674f498714c83dc136265efb73c43a9ed26409768903ebf0')
build() {
cd ${srcdir}/${pkgname}-${pkgver}