summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2024-04-28 18:09:31 +0200
committerFrederic Bezies2024-04-28 18:09:31 +0200
commit196a8e75860a1f6be84f0af517b86cc418a236f9 (patch)
treef097730404c5ab6b1e0365a49cc9c0c46dd84c98
parentbb564dbc2d06774f3880601c151ea14e714b6b59 (diff)
downloadaur-brisk-menu-git.tar.gz
April 28th, 2024 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76f721a10d95..6ac92c1be291 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = brisk-menu-git
pkgdesc = Modern, efficient menu for the MATE Desktop Environment - git version
pkgver = 0.6.2.r3.g71cced4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/getsolus/brisk-menu
arch = i686
arch = x86_64
@@ -21,7 +21,9 @@ pkgbase = brisk-menu-git
conflicts = brisk-menu
options = !libtool
options = !emptydirs
+ options = !debug
+ options = !lto
source = git+https://github.com/getsolus/brisk-menu.git
- sha1sums = SKIP
+ sha256sums = SKIP
pkgname = brisk-menu-git
diff --git a/PKGBUILD b/PKGBUILD
index 68e0d0b1d3cb..13cc4800a1fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=brisk-menu-git
_pkgname=brisk-menu
_gitname=brisk
pkgver=0.6.2.r3.g71cced4
-pkgrel=1
+pkgrel=2
pkgdesc='Modern, efficient menu for the MATE Desktop Environment - git version'
arch=('i686' 'x86_64')
url='https://github.com/getsolus/brisk-menu'
@@ -15,11 +15,11 @@ depends=('mate-panel' 'libnotify')
makedepends=('gnome-common' 'gettext' 'itstool' 'vala>=0.36' 'meson' 'ninja')
optdepends=('mozo: for menu edition'
'menulibre: for menu edition')
-options=('!libtool' '!emptydirs')
+options=('!libtool' '!emptydirs' '!debug' '!lto')
provides=('brisk-menu')
conflicts=('brisk-menu')
source=(git+https://github.com/getsolus/brisk-menu.git)
-sha1sums=('SKIP')
+sha256sums=('SKIP')
pkgver() {
cd "$srcdir/brisk-menu"