summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShatur952018-04-08 12:27:36 +0300
committerShatur952018-04-08 12:27:36 +0300
commit60750121b233f711f78291d6f93487c08ea32bce (patch)
tree8a100a1ed9c86bcf7731c23ce53efff8591f4d19
parenta55b26361bee7d0f1d6c1e528cc30bfbe74d748d (diff)
downloadaur-60750121b233f711f78291d6f93487c08ea32bce.tar.gz
Update to 2.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dee45808ec6c..ae4c2b72318f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = alienfx
pkgdesc = CLI and GUI utility to control the lighting effects of your Alienware computer written in Python.
- pkgver = 2.1.1
+ pkgver = 2.1.2
pkgrel = 1
url = https://github.com/trackmastersteve/alienfx
arch = any
@@ -11,8 +11,8 @@ pkgbase = alienfx
depends = python-gobject
depends = python-pyusb
depends = python-future
- source = https://github.com/trackmastersteve/alienfx/archive/v2.1.1.zip
- sha256sums = eb307e7132c6830c7e98068af9bf4dfac023e76fa386b8704016e373a77a39d0
+ source = https://github.com/trackmastersteve/alienfx/archive/v2.1.2.zip
+ sha256sums = 909f0cfd839d52d6d71be7cc0eb4ea88cea0bc254735c684fa955835cbd02a2a
pkgname = alienfx
diff --git a/PKGBUILD b/PKGBUILD
index 2c87d47a3a13..2bbc31334721 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Gena genaloner@gmail.com
pkgbase=alienfx
pkgname=alienfx
-pkgver=2.1.1
+pkgver=2.1.2
pkgrel=1
pkgdesc="CLI and GUI utility to control the lighting effects of your Alienware computer written in Python."
arch=('any')
@@ -9,8 +9,8 @@ url="https://github.com/trackmastersteve/alienfx"
license=('GPLv3')
makedepends=('python-setuptools')
depends=('python' 'python-cairo' 'python-gobject' 'python-pyusb' 'python-future')
-source=("https://github.com/trackmastersteve/alienfx/archive/v2.1.1.zip")
-sha256sums=('eb307e7132c6830c7e98068af9bf4dfac023e76fa386b8704016e373a77a39d0')
+source=("https://github.com/trackmastersteve/alienfx/archive/v$pkgver.zip")
+sha256sums=('909f0cfd839d52d6d71be7cc0eb4ea88cea0bc254735c684fa955835cbd02a2a')
package() {
cd "${srcdir}/${pkgbase}-${pkgver}"