Skip to content
Snippets Groups Projects
Verified Commit 0c8ed74e authored by Antonio Rojas's avatar Antonio Rojas
Browse files

upgpkg: 1.27-1: Update to 1.27

parent 82d7ca62
No related branches found
No related tags found
No related merge requests found
.SRCINFO 0 → 100644
pkgbase = libaccounts-glib
pkgdesc = Glib-based client library for accessing the online accounts database
pkgver = 1.27
pkgrel = 1
url = https://gitlab.com/accounts-sso/libaccounts-glib
arch = x86_64
license = LGPL-2.1-or-later
makedepends = check
makedepends = gobject-introspection
makedepends = meson
makedepends = python-gobject
makedepends = python-packaging
makedepends = vala
depends = glib2
depends = glibc
depends = libxml2
depends = sqlite
source = https://gitlab.com/accounts-sso/libaccounts-glib/-/archive/VERSION_1.27/libaccounts-glib-VERSION_1.27.tar.gz
sha256sums = a8407a5897a2e425ea1aa955ecf88485dd2fd417919de275b27c781a5d0637a5
pkgname = libaccounts-glib
......@@ -2,3 +2,6 @@
source = 'gitlab'
gitlab = 'accounts-sso/libaccounts-glib'
use_max_tag = true
include_regex = 'VERSION_.*'
from_pattern = 'VERSION_'
to_pattern = ''
......@@ -3,16 +3,24 @@
# Contributor: Balló György <ballogyor+arch at gmail dot com>
pkgname=libaccounts-glib
pkgver=1.26
pkgrel=2
pkgver=1.27
pkgrel=1
pkgdesc='Glib-based client library for accessing the online accounts database'
arch=(x86_64)
url='https://gitlab.com/accounts-sso/libaccounts-glib'
license=(LGPL)
depends=(glib2 libxml2 sqlite)
makedepends=(python-gobject gobject-introspection vala meson check)
license=(LGPL-2.1-or-later)
depends=(glib2
glibc
libxml2
sqlite)
makedepends=(check
gobject-introspection
meson
python-gobject
python-packaging
vala)
source=(https://gitlab.com/accounts-sso/libaccounts-glib/-/archive/VERSION_$pkgver/libaccounts-glib-VERSION_$pkgver.tar.gz)
sha256sums=('8bc05c4f4a9b0412a8a70b5ddd3b80e5f4fa2d38455a5ebe638599668a287393')
sha256sums=('a8407a5897a2e425ea1aa955ecf88485dd2fd417919de275b27c781a5d0637a5')
build() {
meson $pkgname-VERSION_$pkgver build \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment