[arch-commits] Commit in autorandr/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Thu Dec 19 16:17:42 UTC 2019


    Date: Thursday, December 19, 2019 @ 16:17:41
  Author: dvzrv
Revision: 538420

upgpkg: autorandr 1.9-1

Upgrading to 1.9. Updating maintainer info. Adding bash-completion (to makedepends and optdepends).

Modified:
  autorandr/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-19 15:24:13 UTC (rev 538419)
+++ PKGBUILD	2019-12-19 16:17:41 UTC (rev 538420)
@@ -1,16 +1,18 @@
-# Maintainer: David Runge <dave at sleepmap.de>
+# Maintainer: David Runge <dvzrv at archlinux.org>
 
 pkgname=autorandr
-pkgver=1.8.1
-pkgrel=2
+pkgver=1.9
+pkgrel=1
 pkgdesc="Auto-detect connected display hardware and load appropiate X11 setup using xrandr"
 arch=('any')
 url="https://github.com/phillipberndt/autorandr"
 license=('GPL3')
 depends=('python-setuptools' 'xorg-xrandr')
-optdepends=('xorg-xdpyinfo: For detecting the primary XRandR output')
+makedepends=('bash-completion')
+optdepends=('bash-completion: auto-completion for autorandr'
+            'xorg-xdpyinfo: For detecting the primary XRandR output')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/phillipberndt/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('f0a8fb272bcc9fdd334dd0269da23988e7552a46497c012042d893f6ce9648e7c1ddacb7685a963301666444922193afa9a2a3e7fa4b4981db67c8f6fad22516')
+sha512sums=('ca1727a1ac2a55b0ebce3051e7e976fc675633269972785b72ec0001e598cc028f7fff95bcfafa38f8dca900795818d8aaef26c3081528cf26b85f5290318c70')
 
 build() {
   cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list