summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Harris2022-10-23 13:39:26 -0700
committerStephen Harris2022-10-23 13:39:26 -0700
commit6328e14252bdc6d5a7609a657232897d34e0490f (patch)
treef93fec4e13d2ec95254eb4d94e03a7a3490d00a2
parent180ce27cfa5194c25470b3205dddbe2ce25df972 (diff)
downloadaur-6328e14252bdc6d5a7609a657232897d34e0490f.tar.gz
updated version
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 16e163cb126d..f871d2bda991 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Contributor: Gena genaloner@gmail.com
+# Maintainer: Steve trackmastersteve@gmail.com
pkgbase=alienfx
pkgname=alienfx
-pkgver=2.3.4
+pkgver=2.4.0
pkgrel=1
pkgdesc="CLI and GUI utility to control the lighting effects of your Alienware computer written in Python."
arch=('any')
@@ -10,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=('d3868709796f3ec582fc1a7b634258a49f04c6db81d2852b4cfa965ac7c7a608')
+sha256sums=('cbe2ce8118a20c84964856daeaf215fa165a7f2d7fa8aa4725b929207c5bba9e')
package() {
cd "${srcdir}/${pkgbase}-${pkgver}"