summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dyatlov2022-08-04 21:52:41 +0300
committerIgor Dyatlov2022-08-04 21:52:41 +0300
commitbdd70103294ebcb5db043fc8728b2916f6345b7e (patch)
tree6128464a8a05b265e4812083314ee96de5e13afd
parent4c1d2ae6ae69bd880e71edcf9283afa91c984eb9 (diff)
downloadaur-bdd70103294ebcb5db043fc8728b2916f6345b7e.tar.gz
Updates
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6984b71d8d1..1eeae84e200d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = citations
pkgdesc = Manage your bibliographies using the BibTeX format
- pkgver = 0.4.0
- pkgrel = 2
+ pkgver = 0.5.0
+ pkgrel = 1
url = https://gitlab.gnome.org/World/citations
arch = x86_64
+ arch = aarch64
license = GPL3
checkdepends = appstream-glib
makedepends = meson
@@ -11,7 +12,7 @@ pkgbase = citations
depends = libadwaita-git
depends = poppler
depends = gtksourceview5
- source = https://gitlab.gnome.org/World/citations/-/archive/0.4.0/citations-0.4.0.tar.gz
- b2sums = 40aac7462a119e8303215603e1e5dfc3b41b79e951895886f7c64c6b25fefc570faa4b302d9a379dd4b31257cd38133d9dd509fc0e6a8eb83c4e51d667391bea
+ source = https://gitlab.gnome.org/World/citations/-/archive/0.5.0/citations-0.5.0.tar.gz
+ b2sums = 6f18599b4ef53d079201d16496de282d59ac8e8980298f7372be658c96838c1125b938db600032e1c6573d1d7e376c4b071948326b912a63e75357a2594755b3
pkgname = citations
diff --git a/PKGBUILD b/PKGBUILD
index 8ab165995c48..5ddfaf1ab6b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Igor Dyatlov <dyatlov.igor@protonmail.com>
pkgname=citations
-pkgver=0.4.0
-pkgrel=2
+pkgver=0.5.0
+pkgrel=1
pkgdesc="Manage your bibliographies using the BibTeX format"
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
url="https://gitlab.gnome.org/World/citations"
license=('GPL3')
depends=('libadwaita-git' 'poppler' 'gtksourceview5')
makedepends=('meson' 'cargo')
checkdepends=('appstream-glib')
source=($url/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-b2sums=('40aac7462a119e8303215603e1e5dfc3b41b79e951895886f7c64c6b25fefc570faa4b302d9a379dd4b31257cd38133d9dd509fc0e6a8eb83c4e51d667391bea')
+b2sums=('6f18599b4ef53d079201d16496de282d59ac8e8980298f7372be658c96838c1125b938db600032e1c6573d1d7e376c4b071948326b912a63e75357a2594755b3')
build() {
arch-meson "$pkgname-$pkgver" build