summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThePuzzlemaker2024-01-22 12:59:47 -0600
committerThePuzzlemaker2024-01-22 18:31:43 -0600
commit453a3c44b4a790eac104ef6bd6c040cd9c19e712 (patch)
tree3885bf41ad10598604b6c8de9608666c69a31d10 /PKGBUILD
parent1c702e1623901552601f13fd0a0e6b58f13e07e0 (diff)
downloadaur-453a3c44b4a790eac104ef6bd6c040cd9c19e712.tar.gz
Update to 1.21
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d49755726d6..f0b47b472727 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
-# Maintainer: Thomas "Ventto" Venriès <thomas.venries@gmail.com>
+# Maintainer: ThePuzzlemaker <tpzker@thepuzzlemaker.info>
pkgname=lux
-pkgver=1.2
+pkgver=1.21
pkgrel=1
pkgdesc='POSIX Shell script to easily control brightness on backlight controllers.'
arch=('any')
url="https://github.com/Ventto/${pkgname}.git"
-license=('GPL3')
+license=('MIT')
provides=("${pkgname}")
conflicts=("${pkgname}")
makedepends=('help2man')
source=("https://github.com/Ventto/lux/archive/v${pkgver}.tar.gz")
-sha256sums=('d9f52ad31aa90bf94b120c62d06fbcfe68070b4869b59745095f663d09ad1395')
+sha256sums=('73fe3cb3b3e54b36812e1fb0da1b0f9c9b67a8339ef1468acf335b8fa0e52402')
package() {
cd ${srcdir}/${pkgname}-${pkgver}