summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoredomora972024-04-06 20:59:21 +0000
committeredomora972024-04-06 20:59:21 +0000
commitea5693424ae475341a69cbf55b785ad56259b727 (patch)
tree7a2966d26ae432ba51f0bc6880a37a79c97273a4
parent95f48245f886cb791cb631bc13fa437b4ea78606 (diff)
downloadaur-task-maker-rust.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 995c334c5a2f..4f5ec795a867 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.6.0
+ pkgver = 0.6.1
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.6.0.tar.gz
- sha256sums = c4a97e8b5c2e1badbdca1c47e45711af19c0188118fa117b482cdc53f7d39d6a
+ source = https://github.com/edomora97/task-maker-rust/archive/v0.6.1.tar.gz
+ sha256sums = b4c979ad8dc23fd7dd70df1d2948ff6cc683fd3fc4fedc92afcadee95729e74b
pkgname = task-maker-rust
diff --git a/PKGBUILD b/PKGBUILD
index 6b195e8e0512..306717c3ca58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Edoardo Morassutto <edoardo.morassutto@gmail.com>
pkgname=task-maker-rust
-pkgver=0.6.0
+pkgver=0.6.1
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=('c4a97e8b5c2e1badbdca1c47e45711af19c0188118fa117b482cdc53f7d39d6a')
+sha256sums=('b4c979ad8dc23fd7dd70df1d2948ff6cc683fd3fc4fedc92afcadee95729e74b')
build() {
cd "$srcdir/task-maker-rust-${pkgver}"