summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Hinshaw2020-07-16 23:05:03 -0400
committerCorey Hinshaw2020-07-16 23:05:03 -0400
commit1c171026ea535f04ff3d84dc0f6c8be7abece01f (patch)
tree0bbb42c375be2fc5f2e285ff67072ad6798a2f43
parent1a1198b3840e5f35af82b24c6b11aad7440966cf (diff)
downloadaur-1c171026ea535f04ff3d84dc0f6c8be7abece01f.tar.gz
Update to 18.04.6
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55f3bce84937..ee78535a8a4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hidpi-daemon
pkgdesc = Daemon to manage HiDPI and LoDPI monitors on X
- pkgver = 18.04.5
+ pkgver = 18.04.6
pkgrel = 1
url = https://github.com/pop-os/hidpi-daemon
arch = any
@@ -12,8 +12,8 @@ pkgbase = hidpi-daemon
depends = python-xlib
depends = libnotify
conflicts = system76-driver<17.10.32
- source = https://github.com/pop-os/hidpi-daemon/archive/18.04.5.tar.gz
- sha1sums = 057df4821586fce7be303a442bd92cdc6a1ae6d9
+ source = https://github.com/pop-os/hidpi-daemon/archive/18.04.6.tar.gz
+ sha1sums = f7e33263acb34b624b80c6e680ac491f722738d0
pkgname = hidpi-daemon
diff --git a/.gitignore b/.gitignore
index 0cced017d91a..9fae8a7b4224 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
*.tar.xz
*.tar.gz
+*.tar.zst
/pkg
/src
diff --git a/PKGBUILD b/PKGBUILD
index d6bc6a332d1f..a2659948fe01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Corey Hinshaw <corey(at)electrickite(dot)org>
pkgname=hidpi-daemon
-pkgver=18.04.5
+pkgver=18.04.6
pkgrel=1
pkgdesc="Daemon to manage HiDPI and LoDPI monitors on X"
arch=('any')
@@ -20,7 +20,7 @@ conflicts=('system76-driver<17.10.32')
source=(
"https://github.com/pop-os/${pkgname}/archive/${pkgver}.tar.gz")
sha1sums=(
- '057df4821586fce7be303a442bd92cdc6a1ae6d9')
+ 'f7e33263acb34b624b80c6e680ac491f722738d0')
package() {
cd ${srcdir}/${pkgname}-${pkgver}