[arch-commits] Commit in autorandr/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Wed Mar 20 16:15:01 UTC 2019
Date: Wednesday, March 20, 2019 @ 16:15:00
Author: dvzrv
Revision: 442973
upgpkg: autorandr 1.8.1-1
Upgrading to 1.8.1. Removing temporary fix for call to mandb (upstream fixed this).
Modified:
autorandr/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-20 16:05:45 UTC (rev 442972)
+++ PKGBUILD 2019-03-20 16:15:00 UTC (rev 442973)
@@ -1,7 +1,7 @@
# Maintainer: David Runge <dave at sleepmap.de>
pkgname=autorandr
-pkgver=1.8
+pkgver=1.8.1
pkgrel=1
pkgdesc="Auto-detect connected display hardware and load appropiate X11 setup using xrandr"
arch=('any')
@@ -10,15 +10,8 @@
depends=('python-setuptools' 'xorg-xrandr')
optdepends=('xorg-xdpyinfo: For detecting the primary XRandR output')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/phillipberndt/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('189e3b27d1a7c3018bdf88fb8bed7438e8fafc4d2760306905d694b2f787a75b435fd97edfbe5e53c9e847ea39358731db2c59ce09953e875381e49df1941753')
+sha512sums=('f0a8fb272bcc9fdd334dd0269da23988e7552a46497c012042d893f6ce9648e7c1ddacb7685a963301666444922193afa9a2a3e7fa4b4981db67c8f6fad22516')
-prepare() {
- cd "${pkgname}-${pkgver}"
- # mandb needs to be called on the system, not during packaging
- # https://github.com/phillipberndt/autorandr/issues/144
- sed -e '/mandb/d' -i Makefile
-}
-
build() {
cd "${pkgname}-${pkgver}"
python setup.py build
More information about the arch-commits
mailing list