summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraji2023-11-02 13:58:02 +0100
committeraji2023-11-02 13:58:02 +0100
commit72ce9781a61ea34ff66b6a136dc44d0309d6afa5 (patch)
tree7f37cd61fefaf576810c20404c12c55e808fb03b
parent1e5adc64aaf1188dae90a93fefd2d43daf39a13e (diff)
downloadaur-72ce9781a61ea34ff66b6a136dc44d0309d6afa5.tar.gz
tomato 0.8.0
> Waltz for Venus * Fix [`fakeroot`](https://man.archlinux.org/man/fakeroot.1.en) hanging when called within the docker image; * Fix some noises produced by the pikaur's `--print-commands` option; * Add a new `TOMATO_ULIMIT=` configuration key to tweak the parameter passed to the `--ulimit` option for docker (the default one is `nofile=1024:524288`); * Add a new `--remote-update` option, in case where tomato is broken, which will download the tomato package from GitHub and will install it on the system.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db85e39e268b..6f0c6168f97a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tomato
pkgdesc = AUR local repository manager
- pkgver = 0.7.3
+ pkgver = 0.8.0
pkgrel = 1
url = https://github.com/aji-prod/tomato
arch = any
license = GPL3
depends = docker
- source = tomato-0.7.3.tar.gz::https://github.com/aji-prod/tomato/archive/v0.7.3.tar.gz
- sha256sums = 1a09c7375d0cf2d99be42a8628605780c98d9ad543e73ad07ed028c507f8a3b8
+ source = tomato-0.8.0.tar.gz::https://github.com/aji-prod/tomato/archive/v0.8.0.tar.gz
+ sha256sums = 525be6dd16ac5c332140a930f8752e64c987d8fb3a1bed60bce2c39b5bc5d8bf
pkgname = tomato
diff --git a/PKGBUILD b/PKGBUILD
index f66d0078635f..c9571da43de2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer : aji <43468383+aji-prod@users.noreply.github.com>
pkgname=tomato
-pkgver=0.7.3
+pkgver=0.8.0
pkgrel=1
pkgdesc="AUR local repository manager"
arch=('any')
@@ -10,7 +10,7 @@ source=(
"${pkgname}-${pkgver}.tar.gz"::https://github.com/aji-prod/tomato/archive/v"${pkgver}".tar.gz
)
-sha256sums=('1a09c7375d0cf2d99be42a8628605780c98d9ad543e73ad07ed028c507f8a3b8')
+sha256sums=('525be6dd16ac5c332140a930f8752e64c987d8fb3a1bed60bce2c39b5bc5d8bf')
depends=(
'docker'