Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / rofi
Commits:
c080da66 by Robin Candau at 2024-12-27T12:06:32+01:00
Update url
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -2,7 +2,7 @@ pkgbase = rofi
pkgdesc = A window switcher, application launcher and dmenu replacement
pkgver = 1.7.5
pkgrel = 1
- url = https://github.com/DaveDavenport/rofi
+ url = https://davatorium.github.io/rofi
arch = x86_64
license = MIT
makedepends = check
@@ -14,7 +14,7 @@ pkgbase = rofi
depends = librsvg
depends = xcb-util-cursor
optdepends = i3-wm: use as a window switcher
- source =
https://github.com/DaveDavenport/rofi/releases/download/1.7.5/rofi-1.7.5.tar.xz
+ source =
https://github.com/davatorium/rofi/releases/download/1.7.5/rofi-1.7.5.tar.xz
source = fix_xfce4-terminal_binary_name.patch
sha256sums =
caffcf66d165cb32b748c1db7f229d6d75da58c1685eb17455f65c60e8220c8d
sha256sums =
aa6c7bc39e4eb936e47a600beeadf0e11ff62bc5ce6e6d954b56439ec9a44543
=====================================
PKGBUILD
=====================================
@@ -12,14 +12,14 @@ pkgname=rofi
pkgver=1.7.5
pkgrel=1
pkgdesc="A window switcher, application launcher and dmenu replacement"
-url="https://github.com/DaveDavenport/rofi"
+url="https://davatorium.github.io/rofi"
arch=('x86_64')
license=('MIT')
depends=('libxdg-basedir' 'startup-notification' 'libxkbcommon-x11'
'xcb-util-wm' 'xcb-util-xrm' 'librsvg' 'xcb-util-cursor')
makedepends=('check')
optdepends=('i3-wm: use as a window switcher')
-source=("${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz"
+source=("https://github.com/davatorium/rofi/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz"
'fix_xfce4-terminal_binary_name.patch')
sha256sums=('caffcf66d165cb32b748c1db7f229d6d75da58c1685eb17455f65c60e8220c8d'
'aa6c7bc39e4eb936e47a600beeadf0e11ff62bc5ce6e6d954b56439ec9a44543')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rofi/-/commit/c080da66972992eb199443134b9e3fed528fb191
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rofi/-/commit/c080da66972992eb199443134b9e3fed528fb191
You're receiving this email because of your account on gitlab.archlinux.org.