summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be2e253100cb..1dbdf5952c53 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.3
+ pkgver = 18.04.4
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.3.tar.gz
- sha1sums = a2e8fbe56fdb0c992e3b20ebf7c68fd4c6158190
+ source = https://github.com/pop-os/hidpi-daemon/archive/18.04.4.tar.gz
+ sha1sums = 0af8f8dd8c797bb1ae6e55503770e83cd8b33e13
pkgname = hidpi-daemon
diff --git a/PKGBUILD b/PKGBUILD
index 994d0ed51c51..46319e848e7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Corey Hinshaw <coreyhinshaw(at)gmail(dot)com>
pkgname=hidpi-daemon
-pkgver=18.04.3
+pkgver=18.04.4
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=(
- 'a2e8fbe56fdb0c992e3b20ebf7c68fd4c6158190')
+ '0af8f8dd8c797bb1ae6e55503770e83cd8b33e13')
package() {
cd ${srcdir}/${pkgname}-${pkgver}