Date: Tuesday, February 14, 2023 @ 22:06:22
Author: heftig
Revision: 1400502
whoops
Modified:
gnome-boxes/trunk/PKGBUILD
----------+
PKGBUILD | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-14 22:05:49 UTC (rev 1400501)
+++ PKGBUILD 2023-02-14 22:06:22 UTC (rev 1400502)
@@ -32,19 +32,13 @@
'spice-protocol'
'vala'
'yelp-tools'
- git)
+)
groups=('gnome-extra')
-_commit=6b62dbaef31b6a30fa85db647af087575dcd483a # tags/43.3^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-boxes.git#commit=$_commit")
-sha256sums=('SKIP')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('eedbbaf580d9b82db4be657b93bcee5f38a87b785270fc4955c0bf38622ced93')
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
build() {
- arch-meson $pkgname build
+ arch-meson $pkgname-$pkgver build
meson compile -C build
}