summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkotontrion2024-03-28 14:01:25 +0100
committerkotontrion2024-03-28 14:01:25 +0100
commita2b953fb59ecf566dcea663fec45e735d6f9cacd (patch)
tree085c693578a3c52ee6b5badeef2ecc628bb13d8d
parent6402d399a457272ba6eb98458fc138e34fe063cb (diff)
downloadaur-a2b953fb59ecf566dcea663fec45e735d6f9cacd.tar.gz
upgpkg: astal-git r488.4e4b4eb-1
fix sources
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3de5d3518fa..afa70ed23140 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = astal-git
pkgdesc = JavaScript/TypeScript framework for creating Linux Desktops ontop of Wayland compositors
- pkgver = r481.cb08521
+ pkgver = r488.4e4b4eb
pkgrel = 1
url = https://github.com/Aylur/Astal
arch = x86_64
@@ -28,7 +28,9 @@ pkgbase = astal-git
backup = etc/pam.d/astal
source = git+https://github.com/Aylur/Astal
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control
+ source = astal.sh
sha256sums = SKIP
sha256sums = SKIP
+ sha256sums = 6f5e5de63dc613cd62497c89540b09de5e0cec64aa0450094d282776e20bb2ee
pkgname = astal-git
diff --git a/PKGBUILD b/PKGBUILD
index a9aa80daa7dd..efddb7b5fda4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=astal-git
_pkgname=astal
_reponame=Astal
-pkgver=r481.cb08521
+pkgver=r488.4e4b4eb
pkgrel=1
pkgdesc="JavaScript/TypeScript framework for creating Linux Desktops ontop of Wayland compositors "
arch=('x86_64')
@@ -20,9 +20,11 @@ optdepends=('gnome-bluetooth-3.0: required for bluetooth service'
provides=("astal")
backup=('etc/pam.d/astal')
source=("git+${url}"
- "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control")
+ "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control"
+ "astal.sh")
sha256sums=('SKIP'
- 'SKIP')
+ 'SKIP'
+ '6f5e5de63dc613cd62497c89540b09de5e0cec64aa0450094d282776e20bb2ee')
pkgver(){
cd $srcdir/Astal
@@ -47,5 +49,5 @@ build() {
package() {
cd $srcdir/$_reponame
meson install -C build --destdir "$pkgdir"
- install -Dm 755 ../../astal.sh "${pkgdir}/usr/bin/astal"
+ install -Dm 755 ../astal.sh "${pkgdir}/usr/bin/astal"
}