diff options
author | Raúl Romero García | 2019-08-07 09:10:31 +0200 |
---|---|---|
committer | Raúl Romero García | 2019-08-07 09:10:31 +0200 |
commit | 5b9d2c19ed0a836f5a9ee0dd623e75d99beed40d (patch) | |
tree | f933040d0c6ddfc47ed136e4e9d311dc3967ee81 | |
parent | 55f998c4451d6cb79e7ed63e314f5a28e8509d01 (diff) | |
download | aur-5b9d2c19ed0a836f5a9ee0dd623e75d99beed40d.tar.gz |
Changed repo to gitlab and update to 3.32. Thanks to https://aur.archlinux.org/account/andreao
-rwxr-xr-x | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,9 +1,9 @@ pkgname="gnome-shell-extension-laine-git" pkgdesc="Gnome extension which allows the control of the volume of individual applications as well as a more in depth control of mpris aware applications from a single applet" -pkgver=3.26.10.r0.gd0c9774 +pkgver=3.32.r3.g511e819 pkgrel=1 arch=(any) -url="https://github.com/johnhoran/Laine" +url="https://gitlab.com/jhoran/Laine" license=(GPLv2) makedepends+=('git') @@ -72,4 +72,4 @@ package_03_unify_conveniencejs() { ln -fs \ ../user-theme@gnome-shell-extensions.gcampax.github.com/convenience.js \ "$destdir/convenience.js" -}
\ No newline at end of file +} |