summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPellegrino Prevete2021-03-31 15:27:19 +0200
committerPellegrino Prevete2021-03-31 15:27:19 +0200
commit899b969f0ef2eca70e0b041310fc5d48eb92c4f5 (patch)
tree397eb87a00507b5b7011ce71e3879fba5e6f7167
parent3c304ee0f006f86ba1a167f85d8bfc5667a3793d (diff)
parenta5c3132cd78adfe45ef117da7b8ff82594ffb43e (diff)
downloadaur-899b969f0ef2eca70e0b041310fc5d48eb92c4f5.tar.gz
complete merge
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD17
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a77244fd1b9..7720ac8585df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = libadwaita-git
pkgdesc = Library full of GTK widgets for mobile phones
- pkgver = 1.1.0.r.g73c17e0
+ pkgver = r1560.4f6e828
pkgrel = 3
- url = https://gitlab.gnome.org/exalm/libadwaita
+ epoch = 1
+ url = https://gitlab.gnome.org/GNOME/libadwaita
arch = i686
arch = x86_64
arch = armv7h
@@ -17,7 +18,7 @@ pkgbase = libadwaita-git
depends = gtk4
provides = libadwaita
conflicts = libadwaita
- source = git+https://gitlab.gnome.org/exalm/libadwaita
+ source = git+https://gitlab.gnome.org/GNOME/libadwaita
md5sums = SKIP
pkgname = libadwaita-git
diff --git a/PKGBUILD b/PKGBUILD
index a550cba294b0..d58a02020279 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,15 @@
# Contributor: Philip Goto <philip.goto@gmail.com>
# Contributor: Davide Depau <davide@depau.eu>
# Contributor: Rafael Fontenelle <rafaelff@gnome.org>
+# Contributor: Marco Melorio <marco.melorio@protonmail.com>
_pkgname=libadwaita
pkgname=$_pkgname-git
-pkgver=1.1.0.r.g73c17e0
-pkgrel=3
+pkgver=r1560.4f6e828
+pkgrel=1
+epoch=1
pkgdesc="Library full of GTK widgets for mobile phones"
-url="https://gitlab.gnome.org/exalm/$_pkgname"
+url="https://gitlab.gnome.org/GNOME/$_pkgname"
license=(LGPL)
arch=(i686 x86_64 armv7h aarch64)
depends=(gtk4)
@@ -19,13 +21,10 @@ provides=($_pkgname)
conflicts=($_pkgname)
md5sums=(SKIP)
-pkgver() {
- cd $_pkgname
- ( set -o pipefail
- git describe --long --tags 2>/dev/null | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g' ||
+ pkgver() {
+ cd $_pkgname
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
- )
-}
+ }
build() {
arch-meson $_pkgname build -Dgtk_doc=false -Dexamples=true