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

Jelle van der Waa jelle at archlinux.org
Sun Oct 29 12:00:38 UTC 2017


    Date: Sunday, October 29, 2017 @ 12:00:37
  Author: jelle
Revision: 264655

Drop non-repo OSS optdepend

Modified:
  volwheel/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-29 02:45:18 UTC (rev 264654)
+++ PKGBUILD	2017-10-29 12:00:37 UTC (rev 264655)
@@ -5,15 +5,14 @@
 
 pkgname=volwheel
 pkgver=0.2.8
-pkgrel=6
+pkgrel=7
 pkgdesc="Tray icon to change volume with the mouse"
 arch=('any')
 url="http://oliwer.net/b/volwheel.html"
 license=('GPL3')
 depends=('perl-gtk2-trayicon' 'hicolor-icon-theme' 'desktop-file-utils')
-optdepends=("alsa-utils: for ALSA support"
-	    "oss: for OSS support")
-source=(http://olwtools.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
+optdepends=("alsa-utils: for ALSA support")
+source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/olwtools/${pkgname}-${pkgver}.tar.gz)
 md5sums=('aee73416972c4029dfb6a6048dcf0905')
 
 package() {



More information about the arch-commits mailing list