summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-02-26 14:22:43 -0700
committerMark Wagie2021-02-26 14:22:43 -0700
commite01cb2f17b6774b24a9720fd978fb31b0bded70b (patch)
tree088e181913455cd49ce78dc1a105a088cb1ba323
parent6ee66c6da51c4e4e77a4c27227f8920a01422522 (diff)
downloadaur-e01cb2f17b6774b24a9720fd978fb31b0bded70b.tar.gz
fix source tarball extension
-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'