summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9019f0711a70..c710d5d402cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -36,7 +36,7 @@ pkgbase = system76-driver
optdepends = system76-power: System76 Power Management
optdepends = xorg-xhost: To enable GUI applications on Wayland
optdepends = xorg-xbacklight: To use the backlight service
- source = system76-driver-20.04.30::https://github.com/pop-os/system76-driver/archive/20.04.30.tar.gz
+ source = system76-driver-20.04.30.tar.gz::https://github.com/pop-os/system76-driver/archive/20.04.30.tar.gz
source = galu1.patch
source = cli.patch
source = wayland.patch
diff --git a/PKGBUILD b/PKGBUILD
index 9520f6cb5c65..2bbe580b4068 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -44,7 +44,7 @@ optdepends=(
'xorg-xbacklight: To use the backlight service')
install="$pkgname.install"
source=(
- "$pkgname-$pkgver::https://github.com/pop-os/system76-driver/archive/$pkgver.tar.gz"
+ "$pkgname-$pkgver.tar.gz::https://github.com/pop-os/system76-driver/archive/$pkgver.tar.gz"
'galu1.patch'
'cli.patch'
'wayland.patch'