summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--polybar.install2
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26b26427b719..ca94788562c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = polybar
pkgdesc = A fast and easy-to-use status bar
pkgver = 3.3.1
pkgrel = 1
- url = https://github.com/jaagr/polybar
+ url = https://github.com/polybar/polybar
install = polybar.install
arch = i686
arch = x86_64
@@ -29,7 +29,7 @@ pkgbase = polybar
optdepends = xorg-fonts-misc: Font used in example config
optdepends = curl: github module support
conflicts = polybar-git
- source = https://github.com/jaagr/polybar/releases/download/3.3.1/polybar-3.3.1.tar
+ source = https://github.com/polybar/polybar/releases/download/3.3.1/polybar-3.3.1.tar
sha256sums = b0982a729f99f658d77969fd582d074843a57982b5e7c6b2b6efee5480b2a81c
pkgname = polybar
diff --git a/PKGBUILD b/PKGBUILD
index 72df2366890e..04dc23de58f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=3.3.1
pkgrel=1
pkgdesc="A fast and easy-to-use status bar"
arch=("i686" "x86_64")
-url="https://github.com/jaagr/polybar"
+url="https://github.com/polybar/polybar"
license=("MIT")
depends=("cairo" "xcb-util-image" "xcb-util-wm" "xcb-util-xrm" "xcb-util-cursor")
optdepends=("alsa-lib: alsa module support"
diff --git a/polybar.install b/polybar.install
index 3fa42106672d..25ac794f102d 100644
--- a/polybar.install
+++ b/polybar.install
@@ -6,7 +6,7 @@ post_install() {
$ install -Dm644 /usr/share/doc/polybar/config \$HOME/.config/polybar/config
$ polybar example
- For more information, see https://github.com/jaagr/polybar/wiki
+ For more information, see https://github.com/polybar/polybar/wiki
EOF
}