summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkuredoro2021-07-04 18:21:55 +0000
committerkuredoro2021-07-04 18:21:55 +0000
commit2bd2c9021894f651fc2390083c03ca210dbca1c3 (patch)
treebcf47881ea82cb6c20ec7f77035ac22356d15b44
parent58a21bcbc6c24f8ca8c83047d24dafc0305378a8 (diff)
downloadaur-2bd2c9021894f651fc2390083c03ca210dbca1c3.tar.gz
Update AUR package
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 766b3dd5dbdd..b5f6e4adf778 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = cptest
pkgdesc = A tool for competitve programming. Feed programs fixed inputs, compare their outputs against expected ones.
- pkgver = 2.0.0
- pkgrel = 2
+ pkgver = 2.0.1
+ pkgrel = 3
url = https://github.com/kuredoro/cptest
arch = x86_64
license = BSD
makedepends = git
makedepends = go
- source = cptest-2.0.0.tar.gz::https://github.com/kuredoro/cptest/archive/v2.0.0.tar.gz
- sha256sums = 3ccce7cdc498dbceacb0909841f90eb776ffd73c38da64696bd458fc87a9b054
+ source = cptest-2.0.1.tar.gz::https://github.com/kuredoro/cptest/archive/v2.0.1.tar.gz
+ sha256sums = 544d3e0d3ec3a49f14414af0a4e6ac2e9f86d9a2ed94e44d3fbc1095286d5b66
pkgname = cptest
diff --git a/PKGBUILD b/PKGBUILD
index 5fa3bb7c952d..d63fef153dae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sakamoto Shizue <supremeep at yandex dot ru>
pkgname=cptest
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.0.1
+pkgrel=3
pkgdesc="A tool for competitve programming. Feed programs fixed inputs, compare their outputs against expected ones."
arch=('x86_64')
url="https://github.com/kuredoro/cptest"
@@ -12,7 +12,7 @@ makedepends=(
'go'
)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kuredoro/cptest/archive/v${pkgver}.tar.gz")
-sha256sums=('3ccce7cdc498dbceacb0909841f90eb776ffd73c38da64696bd458fc87a9b054')
+sha256sums=('544d3e0d3ec3a49f14414af0a4e6ac2e9f86d9a2ed94e44d3fbc1095286d5b66')
# With pacman 6 arriving a rebuild of yay will be necessary, if you upgrade pacman without upgrading yay at the same time, yay will not run after.
# I'm bumping the pkgrel so it shows up on the upgrade list (and will do so when pacman transitions from staging->core)