summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBo Davidson2021-01-03 06:33:04 -0600
committerBo Davidson2021-01-03 06:33:04 -0600
commitde659b240b6196648fa86d02e83bf2a882d4aad7 (patch)
tree7145c254a4c92c290ff040929087723817222ac0
parent0aa2f74314601b1b9832c6b3fd396885d7bc8d43 (diff)
downloadaur-de659b240b6196648fa86d02e83bf2a882d4aad7.tar.gz
cd directory consistency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a96e2dfaa1a..792397bf0a7d 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.5
- pkgrel = 2
+ pkgrel = 3
url = https://gitlab.com/CalcProgrammer1/OpenRGB
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 8c2776717b4e..acdf6ba33a96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Paul Davis <paul@dangersalad.com>
pkgname=openrgb
pkgver=0.5
-pkgrel=2
+pkgrel=3
pkgdesc="Open source RGB lighting control that doesn't depend on manufacturer software."
arch=("x86_64")
url="https://gitlab.com/CalcProgrammer1/OpenRGB"