summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2023-10-14 09:36:40 +0200
committerNicola Murino2023-10-14 09:36:40 +0200
commit1c20210d74e80c0278736f5d77dd47a033c0c151 (patch)
tree544e7d455a3aa0ceced897b4d6e036df9a24c29e
parent0f73744fbe2604463c526e209a4ed676d01a047f (diff)
downloadaur-1c20210d74e80c0278736f5d77dd47a033c0c151.tar.gz
23.10.0-0ubuntu2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 660c60ddc799..dd6316884e61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = yaru
pkgdesc = Yaru default ubuntu theme
pkgver = 23.10.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ubuntu/yaru
arch = any
license = GPL3
@@ -11,8 +11,8 @@ pkgbase = yaru
options = !strip
options = !buildflags
options = staticlibs
- source = https://github.com/ubuntu/yaru/archive/23.10.0.tar.gz
- sha256sums = a157df472c241df132ef559e30b5a2f976f5f9963679b2e26a3d9ae0c46e7ece
+ source = https://github.com/ubuntu/yaru/archive/23.10.0-0ubuntu2.tar.gz
+ sha256sums = 2cc53cefb8f899bf7100dedad674799caf478115aafa5a8ea504770c75278108
pkgname = yaru-sound-theme
pkgdesc = Yaru default ubuntu sound theme
diff --git a/PKGBUILD b/PKGBUILD
index 21b9f414b012..6042de86f85c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgname=('yaru-sound-theme'
'yaru-icon-theme'
'yaru-session')
pkgver=23.10.0
-pkgrel=1
+pkgrel=2
pkgdesc="Yaru default ubuntu theme"
arch=(any)
url="https://github.com/ubuntu/yaru"
@@ -20,11 +20,11 @@ license=('GPL3')
makedepends=('meson' 'sassc' 'git')
options=('!strip' '!buildflags' 'staticlibs')
-source=("https://github.com/ubuntu/yaru/archive/${pkgver}.tar.gz")
-sha256sums=('a157df472c241df132ef559e30b5a2f976f5f9963679b2e26a3d9ae0c46e7ece')
+source=("https://github.com/ubuntu/yaru/archive/${pkgver}-0ubuntu2.tar.gz")
+sha256sums=('2cc53cefb8f899bf7100dedad674799caf478115aafa5a8ea504770c75278108')
build() {
- arch-meson $pkgbase-$pkgver build
+ arch-meson $pkgbase-$pkgver-0ubuntu2 build
meson configure build -Dubuntu-unity=true -Dxfwm4=true
ninja -C build
}