summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeptune2023-07-18 20:50:38 -0500
committerNeptune2023-07-18 20:50:38 -0500
commitaa9eb32a2ce7783af54c8bab73cf78e6b963b1a8 (patch)
treed7ada49ace09a4a65408d7db588e82694ce526a9
parentd12a26eff1b71619f71ba06f751f154cc4f3cd74 (diff)
downloadaur-aa9eb32a2ce7783af54c8bab73cf78e6b963b1a8.tar.gz
Change source form
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f91b79b89bf0..86c1aa16a941 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mir
pkgdesc = Canonical's display server
pkgver = 2.14.0
- pkgrel = 1
+ pkgrel = 2
url = https://mir-server.io
arch = x86_64
arch = i686
@@ -46,7 +46,7 @@ pkgbase = mir
optdepends = ttf-ubuntu-font-family: required for miral demos
optdepends = qt5-wayland: required for miral demos
optdepends = xcursor-dmz: opt requirement for miral demos
- source = https://github.com/MirServer/mir/archive/v2.14.0.tar.gz
+ source = mir-2.14.0.tar.gz::https://github.com/MirServer/mir/archive/v2.14.0.tar.gz
sha256sums = 8b4b3b54e323efe8faaceab8ef9c80ffd1c7eba3c557c8183e8c25edf0953c3e
pkgname = mir
diff --git a/PKGBUILD b/PKGBUILD
index 28545f4eda6e..092cbea00b5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=mir
pkgver=2.14.0
-pkgrel=1
+pkgrel=2
pkgdesc="Canonical's display server"
url='https://mir-server.io'
arch=(x86_64 i686)
@@ -15,7 +15,7 @@ optdepends=('qterminal: required for miral demos'
'ttf-ubuntu-font-family: required for miral demos'
'qt5-wayland: required for miral demos'
'xcursor-dmz: opt requirement for miral demos')
-source=("https://github.com/MirServer/mir/archive/v${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/MirServer/mir/archive/v${pkgver}.tar.gz")
sha256sums=('8b4b3b54e323efe8faaceab8ef9c80ffd1c7eba3c557c8183e8c25edf0953c3e')
BUILD_DIR=build