summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f871d2bda991..2b2d619ecae8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Steve trackmastersteve@gmail.com
pkgbase=alienfx
pkgname=alienfx
-pkgver=2.4.0
+pkgver=2.4.3
pkgrel=1
pkgdesc="CLI and GUI utility to control the lighting effects of your Alienware computer written in Python."
arch=('any')
@@ -11,7 +11,7 @@ license=('GPLv3')
makedepends=('python-setuptools')
depends=('python' 'python-cairo' 'python-gobject' 'python-pyusb' 'python-future')
source=("https://github.com/trackmastersteve/alienfx/archive/v$pkgver.tar.gz")
-sha256sums=('cbe2ce8118a20c84964856daeaf215fa165a7f2d7fa8aa4725b929207c5bba9e')
+sha256sums=('44cda16a00f8396043173fd939693a3a593811cf67c350b7035293b7d635c339')
package() {
cd "${srcdir}/${pkgbase}-${pkgver}"