summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Hinshaw2018-04-30 21:26:42 -0400
committerCorey Hinshaw2018-04-30 21:26:42 -0400
commitce8568ea4f061917c96b657092f6babe30b32d15 (patch)
tree74b9ab77156241962e0a876b76f2e08747fed015
parentae868d1565c25a1589319c05e7d77371c0e3de53 (diff)
downloadaur-ce8568ea4f061917c96b657092f6babe30b32d15.tar.gz
Update to 18.04.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97f5d2aa834d..790a533ee2e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hidpi-daemon
pkgdesc = Daemon to manage HiDPI and LoDPI monitors on X
- pkgver = 17.10.3
- pkgrel = 3
+ pkgver = 18.04.0
+ pkgrel = 1
url = https://github.com/pop-os/hidpi-daemon
arch = any
license = GPL
@@ -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/17.10.3.tar.gz
- sha1sums = 3445b11aaef52f3a53818bd8f31bf9c16f137eee
+ source = https://github.com/pop-os/hidpi-daemon/archive/18.04.0.tar.gz
+ sha1sums = 2f3780e6965f70f28769c495249b91492137211b
pkgname = hidpi-daemon
diff --git a/PKGBUILD b/PKGBUILD
index 4524d0b6859e..91e88c5dffbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Corey Hinshaw <coreyhinshaw(at)gmail(dot)com>
pkgname=hidpi-daemon
-pkgver=17.10.3
-pkgrel=3
+pkgver=18.04.0
+pkgrel=1
pkgdesc="Daemon to manage HiDPI and LoDPI monitors on X"
arch=('any')
url="https://github.com/pop-os/hidpi-daemon"
@@ -20,7 +20,7 @@ conflicts=('system76-driver<17.10.32')
source=(
"https://github.com/pop-os/${pkgname}/archive/${pkgver}.tar.gz")
sha1sums=(
- '3445b11aaef52f3a53818bd8f31bf9c16f137eee')
+ '2f3780e6965f70f28769c495249b91492137211b')
package() {
cd ${srcdir}/${pkgname}-${pkgver}