summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCampbell Jones2021-03-16 14:41:24 -0400
committerCampbell Jones2021-03-16 14:41:24 -0400
commitf8dd97a8ed3640e98b0db3a0d1288626b6240f99 (patch)
tree638a39131ff8a49669503a5f832c2db610215f53
parentaccaf95f2c5a85c2279d27abb7c54281ed66596f (diff)
downloadaur-f8dd97a8ed3640e98b0db3a0d1288626b6240f99.tar.gz
Update to v1.1.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7a161c9b3c1..19cfaa08a1be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = wraith-master-bin
- pkgdesc = Wraith Master
- pkgver = 1.1.1
+ pkgdesc = A Wraith Prism RGB control application built with Kotlin/Native (Binary Version)
+ pkgver = 1.1.2
pkgrel = 1
url = https://gitlab.com/serebit/wraith-master
arch = x86_64
license = Apache-2.0
depends = gtk3
- source = wraith-master.tar.xz::https://gitlab.com/serebit/wraith-master/uploads/0fcdf56b36b28c7005b74e90dacd53d0/wraith-master-v1.1.1.tar.xz
+ source = wraith-master.tar.xz::https://gitlab.com/serebit/wraith-master/uploads/d69d3d2ae823de346869d1c5d51b6b6c/wraith-master-v1.1.2.tar.xz
sha256sums = SKIP
pkgname = wraith-master-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 923b721a60a8..1c93460b1795 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
-# Maintainer: Anes Belfodil <anes dot belfodil at gmail dot com>
# Maintainer: Campbell Jones <dev at serebit dot com>
pkgname=wraith-master-bin
-pkgver=1.1.1
+pkgver=1.1.2
pkgrel=1
-pkgdesc="Wraith Master"
+pkgdesc="A Wraith Prism RGB control application built with Kotlin/Native (Binary Version)"
arch=('x86_64')
license=("Apache-2.0")
depends=('gtk3')
-source=("wraith-master.tar.xz::https://gitlab.com/serebit/wraith-master/uploads/0fcdf56b36b28c7005b74e90dacd53d0/wraith-master-v1.1.1.tar.xz")
+source=("wraith-master.tar.xz::https://gitlab.com/serebit/wraith-master/uploads/d69d3d2ae823de346869d1c5d51b6b6c/wraith-master-v1.1.2.tar.xz")
sha256sums=('SKIP')
url="https://gitlab.com/serebit/wraith-master"