summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryokirinjin2024-03-11 12:02:27 -0400
committeryokirinjin2024-03-11 12:02:27 -0400
commitab2665f22557171f17048c927d7b5164bb9a35ab (patch)
tree8f679a50529b554cde3b0347d206c1fc883005ed
parent439e8fc1cf14f49ebcc5c55dd6ba8d6af23822c0 (diff)
downloadaur-ab2665f22557171f17048c927d7b5164bb9a35ab.tar.gz
Fix upstream url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e40eb139938..d87e61803b54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = xfce4-mixer
pkgdesc = A volume control application based on GStreamer
pkgver = 4.18.1
pkgrel = 1
- url = https://docs.xfce.org/apps/xfce4-mixer
+ url = https://docs.xfce.org/apps/xfce4-mixer/start
arch = x86_64
license = GPL2
makedepends = intltool
diff --git a/PKGBUILD b/PKGBUILD
index 8fc5dedbdc46..2e12a9f85e1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=4.18.1
pkgrel=1
pkgdesc='A volume control application based on GStreamer'
arch=('x86_64')
-url='https://docs.xfce.org/apps/xfce4-mixer'
+url='https://docs.xfce.org/apps/xfce4-mixer/start'
license=('GPL2')
depends=('xfce4-panel' 'alsa-lib>=1.2.1' 'gstreamer')
makedepends=('intltool')