summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dyatlov2022-08-08 18:30:18 +0300
committerIgor Dyatlov2022-08-08 18:30:18 +0300
commitf0b1d163d05c7a5da9cc81f5179da10764792237 (patch)
tree1d6e7eadc0f5e660a76f354cfb95e427304b0e27
parentbd9eb6afc03f00b573ad20b25b4b2a0534724779 (diff)
downloadaur-f0b1d163d05c7a5da9cc81f5179da10764792237.tar.gz
Updates
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6da74ad35fa..ba0d2fb24893 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = badabib
pkgdesc = Bada Bib! is a simple BibTeX Viewer and Editor written in Python and GTK
- pkgver = 0.7.2
+ pkgver = 0.8.0
pkgrel = 1
url = https://github.com/RogerCrocker/BadaBib
arch = x86_64
+ arch = aarch64
license = GPL3
checkdepends = appstream-glib
makedepends = meson
depends = libadwaita
depends = python-bibtexparser
depends = python-watchgod
- source = https://github.com/RogerCrocker/BadaBib/archive/v0.7.2.tar.gz
- b2sums = a13ebf959d7bc3f9a07e33b31a18d2f86f84da788efbdae72eccd0245de84a9b1ef06f4acc2389849eb22429e6d64f9a5b945e5b3ea2f7d69744ff6b83e5aab5
+ source = https://github.com/RogerCrocker/BadaBib/archive/v0.8.0.tar.gz
+ b2sums = 666a4c79ea754fb3ff5e8de50df74570c69b4c051d3d1b89e47be5bf161998a24bb6649cd2bcd59b3c3ac01a8844b393f0b61c54d5b815be4419d3e45f892cf8
pkgname = badabib
diff --git a/PKGBUILD b/PKGBUILD
index 33025c1964df..436587966548 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
pkgname=badabib
_pkgname=BadaBib
-pkgver=0.7.2
+pkgver=0.8.0
pkgrel=1
pkgdesc="Bada Bib! is a simple BibTeX Viewer and Editor written in Python and GTK"
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
url="https://github.com/RogerCrocker/BadaBib"
license=('GPL3')
depends=('libadwaita' 'python-bibtexparser' 'python-watchgod')
makedepends=('meson')
checkdepends=('appstream-glib')
source=($url/archive/v$pkgver.tar.gz)
-b2sums=('a13ebf959d7bc3f9a07e33b31a18d2f86f84da788efbdae72eccd0245de84a9b1ef06f4acc2389849eb22429e6d64f9a5b945e5b3ea2f7d69744ff6b83e5aab5')
+b2sums=('666a4c79ea754fb3ff5e8de50df74570c69b4c051d3d1b89e47be5bf161998a24bb6649cd2bcd59b3c3ac01a8844b393f0b61c54d5b815be4419d3e45f892cf8')
build() {
arch-meson $_pkgname-$pkgver build