summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2023-06-20 14:12:44 +0200
committerFrederic Bezies2023-06-20 14:12:44 +0200
commit4ac5299f8f5f8a337029830194a54ea77f9f95e9 (patch)
tree0eb442454ee3b2ab2da292d518de3f76c53ed43e
parent784d6975341f541bc3fb8f60357f38e62a9ef988 (diff)
downloadaur-4ac5299f8f5f8a337029830194a54ea77f9f95e9.tar.gz
11.0.1 update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5164ac31983..cf77d7ab0ee2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pamac-aur-git
pkgdesc = A Gtk3 frontend for libalpm - git version
- pkgver = 10.5.1.r1.g0c29027
+ pkgver = 11.0.1.r0.g69d08b6
pkgrel = 1
url = https://gitlab.manjaro.org/applications/pamac
arch = i686
@@ -23,6 +23,8 @@ pkgbase = pamac-aur-git
depends = libnotify
depends = libpamac-git
depends = libhandy
+ depends = libadwaita
+ depends = gtk4
optdepends = polkit-gnome: needed for authentification in Cinnamon, Gnome
optdepends = lxsession: needed for authentification in Xfce, LXDE etc.
provides = pamac
diff --git a/PKGBUILD b/PKGBUILD
index 040a7b3aa785..ca7242b5cfbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=('pamac-aur-git')
_pkgname=pamac
-pkgver=10.5.1.r1.g0c29027
-_pkgver=10.4.2
+pkgver=11.0.1.r0.g69d08b6
+_pkgver=11.0.1
pkgrel=1
pkgdesc="A Gtk3 frontend for libalpm - git version"
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://gitlab.manjaro.org/applications/pamac"
license=('GPL3')
-depends=('libnotify' 'libpamac-git' 'libhandy')
+depends=('libnotify' 'libpamac-git' 'libhandy' 'libadwaita' 'gtk4')
optdepends=('polkit-gnome: needed for authentification in Cinnamon, Gnome'
'lxsession: needed for authentification in Xfce, LXDE etc.')
makedepends=('gettext' 'itstool' 'vala' 'meson' 'ninja' 'gobject-introspection' 'xorgproto' 'asciidoc' 'git')
@@ -25,7 +25,7 @@ sha256sums=('SKIP')
pkgver() {
cd $_pkgname
- git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g' | cut -c2-48
+ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
prepare() {