upg asciidoc libqalculate qalculate-gtk

This commit is contained in:
joborun linux 2022-05-25 23:47:30 +03:00
parent 91e5658473
commit afd9e45e1a
9 changed files with 27 additions and 16 deletions

View File

@ -6,7 +6,7 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=asciidoc
pkgver=10.1.4
pkgver=10.2.0
pkgrel=01
pkgdesc='Text document format for short documents, articles, books and UNIX man pages'
arch=('any')
@ -61,4 +61,7 @@ package() {
license=('GPL')
sha256sums=(e4da7cc2af7fa12029156c0788fde2a53db1352d7dcb3e674a9d546b3bdba93f) # asciidoc-10.1.4.tar.gz
#sha256sums=(e4da7cc2af7fa12029156c0788fde2a53db1352d7dcb3e674a9d546b3bdba93f) # asciidoc-10.1.4.tar.gz
sha256sums=(237b2ba5c35c0ae7ccd4cd44ebf1d87c20b2695dae01798954416d492ef7fa0e) # asciidoc-10.2.0.tar.gz
b2sums=('ed5db8fd1432b255e9c03e17805c26c76a42392c2ebeaf839b8c0aaaf38cd1a36d79b645ca4474503181200924df91218eb0997dd82335a30d6a0a1b35eb5730')

View File

@ -10,7 +10,7 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=asciidoc
pkgver=10.1.4
pkgver=10.2.0
pkgrel=1
pkgdesc='Text document format for short documents, articles, books and UNIX man pages'
arch=('any')
@ -28,8 +28,8 @@ optdepends=('graphviz: graphviz-filter'
'w3m: text generation'
'lynx: alternative text generation')
source=("https://github.com/asciidoc-py/asciidoc-py/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=('e4da7cc2af7fa12029156c0788fde2a53db1352d7dcb3e674a9d546b3bdba93f')
b2sums=('86715b0d03fe112483e9e774af1b1bed8f9f88972c5de2b147e86f6501e7639e6683a96c93248efb71cf38f89b15a2ecf0b2d098c4e57af8768e8bedc2ef7e70')
sha256sums=('237b2ba5c35c0ae7ccd4cd44ebf1d87c20b2695dae01798954416d492ef7fa0e')
b2sums=('ed5db8fd1432b255e9c03e17805c26c76a42392c2ebeaf839b8c0aaaf38cd1a36d79b645ca4474503181200924df91218eb0997dd82335a30d6a0a1b35eb5730')
prepare() {
cd ${pkgname}-${pkgver}

View File

@ -8,3 +8,4 @@ python-pytest
python-pytest-mock
source-highlight
autoconf

View File

@ -6,11 +6,12 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=libqalculate
pkgver=4.1.1
pkgrel=02
pkgver=4.2.0
pkgrel=01
pkgdesc='Multi-purpose desktop calculator'
arch=(x86_64)
url='https://qalculate.github.io/'
#options=(debug) ### uncomment this for the debug pkg to be produced
depends=(libxml2 curl mpfr)
makedepends=(intltool doxygen)
optdepends=('gnuplot: for plotting support')
@ -31,4 +32,5 @@ package() {
license=(GPL)
sha256sums=(b5611a91293be40fbe8723a81937e25ffb54e6ad6e60f282d044ed92f2d97002) # libqalculate-4.1.1.tar.gz
sha256sums=(2b86e656508f0b1c55236b08fd579b676563e1500b3db8304580de69c5693e4b) # libqalculate-4.2.0.tar.gz

View File

@ -2,8 +2,8 @@
# Maintainer: Antonio Rojas <arojas@archlinux.org>
pkgname=libqalculate
pkgver=4.1.1
pkgrel=2
pkgver=4.2.0
pkgrel=1
pkgdesc='Multi-purpose desktop calculator'
arch=(x86_64)
url='https://qalculate.github.io/'
@ -12,7 +12,8 @@ depends=(libxml2 curl mpfr)
makedepends=(intltool doxygen)
optdepends=('gnuplot: for plotting support')
source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
sha256sums=('b5611a91293be40fbe8723a81937e25ffb54e6ad6e60f282d044ed92f2d97002')
sha256sums=('2b86e656508f0b1c55236b08fd579b676563e1500b3db8304580de69c5693e4b')
options=(debug)
build() {
cd $pkgname-$pkgver

View File

@ -2,3 +2,5 @@ libxml2
intltool
doxygen
gettext

View File

@ -6,7 +6,7 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=qalculate-gtk
pkgver=4.1.1
pkgver=4.2.0
pkgrel=01
pkgdesc='GTK frontend for libqalculate'
arch=(x86_64)
@ -30,5 +30,6 @@ package() {
license=(GPL)
sha256sums=(8bf7dee899ba480e4f82c70cb374ed1229da28f7d3b9b475a089630a8eeb32e5) # qalculate-gtk-4.1.1.tar.gz
sha256sums=(50624344d12240f6eac68555c9a03747d0c2d90dd0de1bfe1b024fd5be8149d7) # qalculate-gtk-4.2.0.tar.gz

View File

@ -2,7 +2,7 @@
# Contributor: Eric Bélanger <eric@archlinux.org>
pkgname=qalculate-gtk
pkgver=4.1.1
pkgver=4.2.0
pkgrel=1
pkgdesc='GTK frontend for libqalculate'
arch=(x86_64)
@ -11,7 +11,7 @@ license=(GPL)
depends=(libqalculate gtk3)
makedepends=(intltool python)
source=(https://github.com/Qalculate/qalculate-gtk/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
sha256sums=('8bf7dee899ba480e4f82c70cb374ed1229da28f7d3b9b475a089630a8eeb32e5')
sha256sums=('50624344d12240f6eac68555c9a03747d0c2d90dd0de1bfe1b024fd5be8149d7')
build() {
cd $pkgname-$pkgver

View File

@ -1,5 +1,6 @@
gtk3
libqalculate
intltool
python
gettext
libqalculate