summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoredomora972022-12-28 17:36:54 +0000
committeredomora972022-12-28 17:36:54 +0000
commit425601983521041657777a44d6ebc6d1344f906a (patch)
tree36e70941edb8d29918ccfdcfb3731328db05b751
parent6f73034f8cac403e0de9d572ba4a7be536c839c2 (diff)
downloadaur-425601983521041657777a44d6ebc6d1344f906a.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 159ec3ece51f..61dc317346b0 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.8
+ pkgver = 0.5.9
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.8.tar.gz
- sha256sums = ae691a76644b98e133bb07828671335550f2602151e4cef4ce99824e6865b78a
+ source = https://github.com/edomora97/task-maker-rust/archive/v0.5.9.tar.gz
+ sha256sums = a6305ef13c045f703b4e666fafed34d10d3a1d0a4ca8618b7aaa3904a6fca57b
pkgname = task-maker-rust
diff --git a/PKGBUILD b/PKGBUILD
index 311b7d2c8cf9..d6db99d1c38c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Edoardo Morassutto <edoardo.morassutto@gmail.com>
pkgname=task-maker-rust
-pkgver=0.5.8
+pkgver=0.5.9
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=('ae691a76644b98e133bb07828671335550f2602151e4cef4ce99824e6865b78a')
+sha256sums=('a6305ef13c045f703b4e666fafed34d10d3a1d0a4ca8618b7aaa3904a6fca57b')
build() {
cd "$srcdir/task-maker-rust-${pkgver}"