summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoredomora972023-06-08 21:55:49 +0000
committeredomora972023-06-08 21:55:49 +0000
commitcd8f0fb6e6046f566f88ab4e69c4a15dd4d05232 (patch)
treeab061b7175ac6eb18a1057252aa66635e02f352c
parent11f25d773db67b7b15e6b98ec3f1a7895d21e1e6 (diff)
downloadaur-cd8f0fb6e6046f566f88ab4e69c4a15dd4d05232.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 05db8dc7a8eb..55e0ac8d5e39 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.12
+ pkgver = 0.5.13
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.12.tar.gz
- sha256sums = ad0708c9aaf4a08732a82cef81b200f8f809e1962f39e9c450bf0ba8a52eb867
+ source = https://github.com/edomora97/task-maker-rust/archive/v0.5.13.tar.gz
+ sha256sums = cd1b6780a8bff167d1b387a31802b6956a53ffb464e0e4b1d06e5721e17f62ea
pkgname = task-maker-rust
diff --git a/PKGBUILD b/PKGBUILD
index 94922673db60..7c717b5b4dc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Edoardo Morassutto <edoardo.morassutto@gmail.com>
pkgname=task-maker-rust
-pkgver=0.5.12
+pkgver=0.5.13
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=('ad0708c9aaf4a08732a82cef81b200f8f809e1962f39e9c450bf0ba8a52eb867')
+sha256sums=('cd1b6780a8bff167d1b387a31802b6956a53ffb464e0e4b1d06e5721e17f62ea')
build() {
cd "$srcdir/task-maker-rust-${pkgver}"