summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoredomora972023-12-07 01:03:23 +0000
committeredomora972023-12-07 01:03:23 +0000
commita80ccc0d009387acd34785f2c811153c653b102f (patch)
treef80cef50742db3356c722f7ad8c9f0b5736a161d
parentcd8f0fb6e6046f566f88ab4e69c4a15dd4d05232 (diff)
downloadaur-a80ccc0d009387acd34785f2c811153c653b102f.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 55e0ac8d5e39..979cf4ac4f03 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.13
+ pkgver = 0.5.14
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.13.tar.gz
- sha256sums = cd1b6780a8bff167d1b387a31802b6956a53ffb464e0e4b1d06e5721e17f62ea
+ source = https://github.com/edomora97/task-maker-rust/archive/v0.5.14.tar.gz
+ sha256sums = a43a6a53f205acb398c6690a8f6db7367c543b6d991f13b8aaa248139c3a2367
pkgname = task-maker-rust
diff --git a/PKGBUILD b/PKGBUILD
index 7c717b5b4dc0..6e3ff51d499f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Edoardo Morassutto <edoardo.morassutto@gmail.com>
pkgname=task-maker-rust
-pkgver=0.5.13
+pkgver=0.5.14
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=('cd1b6780a8bff167d1b387a31802b6956a53ffb464e0e4b1d06e5721e17f62ea')
+sha256sums=('a43a6a53f205acb398c6690a8f6db7367c543b6d991f13b8aaa248139c3a2367')
build() {
cd "$srcdir/task-maker-rust-${pkgver}"