summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoredomora972023-05-20 08:14:12 +0000
committeredomora972023-05-20 08:14:12 +0000
commit1331d2fa3cded3a2ccc3949b52e32357e38a32dd (patch)
treeec1df5fbd1a83ae0c1539854cdbffc45c4e53cd6
parent425601983521041657777a44d6ebc6d1344f906a (diff)
downloadaur-1331d2fa3cded3a2ccc3949b52e32357e38a32dd.tar.gz
Update PKGBUILD and .SRCINFO with GitHub Actions
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61dc317346b0..51ff6c49359a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = task-maker-rust
pkgdesc = Tool for building tasks for informatics competitions, with support for cache, distributed computations and more
- pkgver = 0.5.9
+ pkgver = 0.5.10
pkgrel = 1
url = https://github.com/edomora97/task-maker-rust
arch = i686
@@ -10,7 +10,7 @@ pkgbase = task-maker-rust
license = MPL2
makedepends = cargo
optdepends = texlive-core: booklet compilations
- source = https://github.com/edomora97/task-maker-rust/archive/v0.5.9.tar.gz
- sha256sums = a6305ef13c045f703b4e666fafed34d10d3a1d0a4ca8618b7aaa3904a6fca57b
+ source = https://github.com/edomora97/task-maker-rust/archive/v0.5.10.tar.gz
+ sha256sums = d5558cd419c8d46bdc958064cb97f963d1ea793866414c025906ec15033512ed
pkgname = task-maker-rust
diff --git a/PKGBUILD b/PKGBUILD
index d6db99d1c38c..9a10bc028072 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Edoardo Morassutto <edoardo.morassutto@gmail.com>
pkgname=task-maker-rust
-pkgver=0.5.9
+pkgver=0.5.10
pkgrel=1
pkgdesc="Tool for building tasks for informatics competitions, with support for cache, distributed computations and more"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@@ -10,7 +10,7 @@ license=('MPL2')
makedepends=('cargo')
optdepends=('texlive-core: booklet compilations')
source=("https://github.com/edomora97/task-maker-rust/archive/v${pkgver}.tar.gz")
-sha256sums=('a6305ef13c045f703b4e666fafed34d10d3a1d0a4ca8618b7aaa3904a6fca57b')
+sha256sums=('d5558cd419c8d46bdc958064cb97f963d1ea793866414c025906ec15033512ed')
build() {
cd "$srcdir/task-maker-rust-${pkgver}"