summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2021-04-28 22:54:06 +0200
committerMichal Wojdyla2021-04-28 22:54:06 +0200
commitc40b4d46395f9fd6e19bc375761d288f807aa129 (patch)
treebcbb18790a9e8d8bd6e5ea479ee1a418f13d1059
parentec85bef71272ac36f195a45ed70ebc3a02f74178 (diff)
downloadaur-c40b4d46395f9fd6e19bc375761d288f807aa129.tar.gz
fix dependency and download issue
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD13
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da806fb8c281..9b31a3096a51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = steamos-compositor
pkgdesc = Compositor used by SteamOS "based on xcompmgr by Keith Packard et al."
pkgver = 1.35
- pkgrel = 1
+ pkgrel = 2
url = http://repo.steampowered.com/steamos/pool/main/s/steamos-compositor/
arch = i686
arch = x86_64
@@ -15,8 +15,9 @@ pkgbase = steamos-compositor
depends = libxxf86vm
depends = sdl_image
depends = libgl
- source = http://repo.steamstatic.com/steamos/pool/main/s/steamos-compositor/steamos-compositor_1.35.tar.xz
- source = http://repo.steamstatic.com/steamos/pool/main/s/steamos-modeswitch-inhibitor/steamos-modeswitch-inhibitor_1.10.tar.xz
+ depends = xorg-xrandr
+ source = http://repo.steampowered.com/steamos/pool/main/s/steamos-compositor/steamos-compositor_1.35.tar.xz
+ source = http://repo.steampowered.com/steamos/pool/main/s/steamos-modeswitch-inhibitor/steamos-modeswitch-inhibitor_1.10.tar.xz
md5sums = 7615da46332153b2e5f17aeb674214b1
md5sums = ab8b731fb917aff183aa338bf3298495
diff --git a/PKGBUILD b/PKGBUILD
index 76e8f62a2ea3..92216d3b2c1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,20 @@
-# Maintainer: Scott Percival <code@moral.net.au>
-# Contributor: Felix Schindler <felix at schindlerfamily dot de>
+# Contributor: Michal Wojdyla < micwoj9292 at gmail dot com >
+# Scott Percival <code@moral.net.au>
+# Felix Schindler <felix at schindlerfamily dot de>
# Christoph Haag <haagch@studi,informatik.uni-stuttgart.de>
# WorMzy Tykashi <wormzy.tykashi@gmail.com>
pkgname=steamos-compositor
pkgver=1.35
-pkgrel=1
+pkgrel=2
pkgdesc="Compositor used by SteamOS \"based on xcompmgr by Keith Packard et al.\""
arch=('i686' 'x86_64')
url="http://repo.steampowered.com/steamos/pool/main/s/steamos-compositor/"
license=('GPL')
-depends=('libxfixes' 'libxext' 'libxcomposite' 'libxdamage' 'libxrender' 'libxxf86vm' 'sdl_image' 'libgl')
+depends=('libxfixes' 'libxext' 'libxcomposite' 'libxdamage' 'libxrender' 'libxxf86vm' 'sdl_image' 'libgl' 'xorg-xrandr')
makedepends=('mesa')
_msver=1.10
-source=("http://repo.steamstatic.com/steamos/pool/main/s/steamos-compositor/steamos-compositor_${pkgver}.tar.xz"
- "http://repo.steamstatic.com/steamos/pool/main/s/steamos-modeswitch-inhibitor/steamos-modeswitch-inhibitor_${_msver}.tar.xz")
+source=("http://repo.steampowered.com/steamos/pool/main/s/steamos-compositor/steamos-compositor_${pkgver}.tar.xz"
+ "http://repo.steampowered.com/steamos/pool/main/s/steamos-modeswitch-inhibitor/steamos-modeswitch-inhibitor_${_msver}.tar.xz")
md5sums=('7615da46332153b2e5f17aeb674214b1'
'ab8b731fb917aff183aa338bf3298495')