summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Hinshaw2018-07-05 23:25:18 -0400
committerCorey Hinshaw2018-07-05 23:25:18 -0400
commitcb4a737429ca5c4f63d15daf8c8ce42c11b2ddc1 (patch)
treea511a103cbe54482bd10e1a3b1fb8a64ead88359
parentce8568ea4f061917c96b657092f6babe30b32d15 (diff)
downloadaur-cb4a737429ca5c4f63d15daf8c8ce42c11b2ddc1.tar.gz
Version 18.04.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 790a533ee2e5..be2e253100cb 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.0
+ pkgver = 18.04.3
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.0.tar.gz
- sha1sums = 2f3780e6965f70f28769c495249b91492137211b
+ source = https://github.com/pop-os/hidpi-daemon/archive/18.04.3.tar.gz
+ sha1sums = a2e8fbe56fdb0c992e3b20ebf7c68fd4c6158190
pkgname = hidpi-daemon
diff --git a/PKGBUILD b/PKGBUILD
index 91e88c5dffbb..994d0ed51c51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Corey Hinshaw <coreyhinshaw(at)gmail(dot)com>
pkgname=hidpi-daemon
-pkgver=18.04.0
+pkgver=18.04.3
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=(
- '2f3780e6965f70f28769c495249b91492137211b')
+ 'a2e8fbe56fdb0c992e3b20ebf7c68fd4c6158190')
package() {
cd ${srcdir}/${pkgname}-${pkgver}