summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoredomora972024-04-06 15:03:58 +0000
committeredomora972024-04-06 15:03:58 +0000
commit95f48245f886cb791cb631bc13fa437b4ea78606 (patch)
tree31bd98630e9389b139da7a6da6f1978f49155567
parenta8f6927267a43b64ffb2a5a82356434d7a98ac5c (diff)
downloadaur-95f48245f886cb791cb631bc13fa437b4ea78606.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 fbd5bbe9b6ec..995c334c5a2f 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.15
+ pkgver = 0.6.0
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.15.tar.gz
- sha256sums = 2db1a8b6bb989da3265dd5fa261ccf305a22cc33a2546734faa096b7ae7d3f64
+ source = https://github.com/edomora97/task-maker-rust/archive/v0.6.0.tar.gz
+ sha256sums = c4a97e8b5c2e1badbdca1c47e45711af19c0188118fa117b482cdc53f7d39d6a
pkgname = task-maker-rust
diff --git a/PKGBUILD b/PKGBUILD
index bf23e916bd6c..6b195e8e0512 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Edoardo Morassutto <edoardo.morassutto@gmail.com>
pkgname=task-maker-rust
-pkgver=0.5.15
+pkgver=0.6.0
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=('2db1a8b6bb989da3265dd5fa261ccf305a22cc33a2546734faa096b7ae7d3f64')
+sha256sums=('c4a97e8b5c2e1badbdca1c47e45711af19c0188118fa117b482cdc53f7d39d6a')
build() {
cd "$srcdir/task-maker-rust-${pkgver}"