summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBo Davidson2021-12-30 06:24:16 -0600
committerBo Davidson2021-12-30 06:24:16 -0600
commitb8077e29310c98721dff5026b29f961cc69e1769 (patch)
treeda50684f19341eff4ef026ae0709bef1d4e74b47
parent5d2adafbc91b009e5aa3abb645c9b439369d4ea3 (diff)
downloadaur-b8077e29310c98721dff5026b29f961cc69e1769.tar.gz
Release 0.7
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD18
2 files changed, 10 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1961688a49eb..095262113443 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openrgb
pkgdesc = Open source RGB lighting control that doesn't depend on manufacturer software.
- pkgver = 0.6
- pkgrel = 3
+ pkgver = 0.7
+ pkgrel = 1
url = https://gitlab.com/CalcProgrammer1/OpenRGB
arch = x86_64
license = GPL2
@@ -10,17 +10,13 @@ pkgbase = openrgb
depends = libusb
depends = hidapi
optdepends = i2c-tools: Motherboard & RAM access
- source = https://gitlab.com/CalcProgrammer1/OpenRGB/-/archive/release_0.6/OpenRGB-release_0.6.tar.gz
+ source = https://gitlab.com/CalcProgrammer1/OpenRGB/-/archive/release_0.7/OpenRGB-release_0.7.tar.gz
source = openrgb.conf
source = openrgb.service
source = openrgb.desktop
- source = 09e5243-g502detectionfix.patch
- source = ae88771-g502pidfix.patch
- sha256sums = cfcec232550d0c4d00e87b91ba501ca248a07e3b50a07c50d0c0af37dc03dffa
+ sha256sums = 6052e04ad736f94a91a386f6cfc0aaff9554fafdabe99cdd46a296fd49132569
sha256sums = b5a53d747422f8b594e3e9615e238457d696732efce94050cdd72182a8645ef2
sha256sums = 272dc43a77d0e48d29f32da753c7e05fd635883b173c21047f4eefa8bfc77938
sha256sums = 2f96f6bcb381490dae7132b9533045dd46db8a0fc9f9ab5d00d952545800c6fc
- sha256sums = 7dc3f07409ff52efdf836d277be9d8bd68093980f0f6f14bed6f1718c31224cf
- sha256sums = 80baad74c9f5f6109ec6e1179737e85ef93395b8647e2e7efeb29671c26e2701
pkgname = openrgb
diff --git a/PKGBUILD b/PKGBUILD
index baa0ecdaf214..d844ce87e35b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Bo Davidson <bo.davidson@go.tarleton.edu>
# Contributor: Paul Davis <paul@dangersalad.com>
pkgname=openrgb
-pkgver=0.6
-pkgrel=3
+pkgver=0.7
+pkgrel=1
pkgdesc="Open source RGB lighting control that doesn't depend on manufacturer software."
arch=("x86_64")
url="https://gitlab.com/CalcProgrammer1/OpenRGB"
@@ -15,17 +15,11 @@ source=(
openrgb.conf
openrgb.service
openrgb.desktop
- 09e5243-g502detectionfix.patch
- ae88771-g502pidfix.patch
-)
-sha256sums=(
- 'cfcec232550d0c4d00e87b91ba501ca248a07e3b50a07c50d0c0af37dc03dffa'
- 'b5a53d747422f8b594e3e9615e238457d696732efce94050cdd72182a8645ef2'
- '272dc43a77d0e48d29f32da753c7e05fd635883b173c21047f4eefa8bfc77938'
- '2f96f6bcb381490dae7132b9533045dd46db8a0fc9f9ab5d00d952545800c6fc'
- '7dc3f07409ff52efdf836d277be9d8bd68093980f0f6f14bed6f1718c31224cf'
- '80baad74c9f5f6109ec6e1179737e85ef93395b8647e2e7efeb29671c26e2701'
)
+sha256sums=('6052e04ad736f94a91a386f6cfc0aaff9554fafdabe99cdd46a296fd49132569'
+ 'b5a53d747422f8b594e3e9615e238457d696732efce94050cdd72182a8645ef2'
+ '272dc43a77d0e48d29f32da753c7e05fd635883b173c21047f4eefa8bfc77938'
+ '2f96f6bcb381490dae7132b9533045dd46db8a0fc9f9ab5d00d952545800c6fc')
prepare() {
cd "$srcdir/OpenRGB-release_$pkgver"