Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
liblangtag
Commits:
bca955bb by Andreas Radke at 2023-11-29T14:32:57+01:00
upgpkg: 0.6.6-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = liblangtag
pkgdesc = interface library to access/deal with tags for identifying
languages
- pkgver = 0.6.5
+ pkgver = 0.6.6
pkgrel = 1
url = https://bitbucket.org/tagoh/liblangtag/wiki/Home
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = liblangtag
depends = glib2
depends = glibc
optdepends = gobject-introspection-runtime: use with liblangtag-gobject
- source =
https://bitbucket.org/tagoh/liblangtag/downloads/liblangtag-0.6.5.tar.bz2
- sha256sums =
c40e12636482bfc34cf2b3d8ce916c8307a9352c4954497be8792b9e81fa1bf1
+ source =
https://bitbucket.org/tagoh/liblangtag/downloads/liblangtag-0.6.6.tar.bz2
+ sha256sums =
99ff25400d48c19c65123451040a6e7c99fc9a7a9b342d698123c869a034bcde
pkgname = liblangtag
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: AndyRTR <[email protected]>
pkgname=liblangtag
-pkgver=0.6.5
+pkgver=0.6.6
pkgrel=1
pkgdesc="interface library to access/deal with tags for identifying languages"
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('libxml2' 'glib2' 'glibc')
makedepends=('gobject-introspection')
optdepends=('gobject-introspection-runtime: use with liblangtag-gobject')
source=(https://bitbucket.org/tagoh/liblangtag/downloads/$pkgname-$pkgver.tar.bz2)
-sha256sums=('c40e12636482bfc34cf2b3d8ce916c8307a9352c4954497be8792b9e81fa1bf1')
+sha256sums=('99ff25400d48c19c65123451040a6e7c99fc9a7a9b342d698123c869a034bcde')
build() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/liblangtag/-/commit/bca955bb28d60b505186a259550fbcfe0cef61aa
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/liblangtag/-/commit/bca955bb28d60b505186a259550fbcfe0cef61aa
You're receiving this email because of your account on gitlab.archlinux.org.