summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Hinshaw2020-04-29 21:17:18 -0400
committerCorey Hinshaw2020-04-29 21:17:18 -0400
commitc73f7ec2ff1e41ed886142770e9e881ec1398d50 (patch)
tree20642a82d68cd9c19509a80a50c0884205bc9b09
parent3d344cc8de533db9bf121e0bb20e44e0b5bba16a (diff)
downloadaur-c73f7ec2ff1e41ed886142770e9e881ec1398d50.tar.gz
Update to 0.1.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10bf5ab3bfb7..a4ba659f5e31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = system76-oled
pkgdesc = Control brightness on System76 OLED displays
- pkgver = 0.1.3
- pkgrel = 2
+ pkgver = 0.1.4
+ pkgrel = 1
url = https://github.com/pop-os/system76-oled
arch = x86_64
license = GPL3
@@ -9,8 +9,8 @@ pkgbase = system76-oled
depends = dbus
depends = libx11
depends = libxrandr
- source = https://github.com/pop-os/system76-oled/archive/0.1.3.tar.gz
- sha256sums = af99b853c309bae06114aa3a49ab86a31db44d55b5e074d8a560854150d60f9d
+ source = https://github.com/pop-os/system76-oled/archive/0.1.4.tar.gz
+ sha256sums = 14bd774108a91780af1cb85bc15089d28d8bd8c3dbe5c6d2eba1b41791ce1f16
pkgname = system76-oled
diff --git a/PKGBUILD b/PKGBUILD
index ebcd1f70dce4..c61970c9c320 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Corey Hinshaw <corey(at)electrickite(dot)org>
pkgname=system76-oled
-pkgver=0.1.3
-pkgrel=2
+pkgver=0.1.4
+pkgrel=1
pkgdesc="Control brightness on System76 OLED displays"
arch=('x86_64')
url="https://github.com/pop-os/system76-oled"
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('dbus' 'libx11' 'libxrandr')
makedepends=('rust')
source=("https://github.com/pop-os/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('af99b853c309bae06114aa3a49ab86a31db44d55b5e074d8a560854150d60f9d')
+sha256sums=('14bd774108a91780af1cb85bc15089d28d8bd8c3dbe5c6d2eba1b41791ce1f16')
build() {
cd ${srcdir}/${pkgname}-${pkgver}