summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraji2024-05-20 14:03:22 +0200
committeraji2024-05-20 14:03:22 +0200
commit8bc112ed12bde924a1b5adc927ba24b7fed65173 (patch)
treeba17a6af5e0d097686183f667384b6e45f463b19
parentf540adc71154446bc4bcf2cec7a098e7538b1a52 (diff)
downloadaur-tomato.tar.gz
tomato v0.8.3
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc7fae8d5b9a..f7883a5939e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = tomato
pkgdesc = AUR local repository manager
- pkgver = 0.8.2
+ pkgver = 0.8.3
pkgrel = 1
url = https://github.com/aji-prod/tomato
arch = any
license = GPL3
depends = docker
- source = tomato-0.8.2.tar.gz::https://github.com/aji-prod/tomato/archive/v0.8.2.tar.gz
- sha256sums = 1128f282c38ef86313d6bbd228ec27d4936f4f063a298e42cf857ffee9d71218
+ optdepends = python: --remote-update option support
+ source = tomato-0.8.3.tar.gz::https://github.com/aji-prod/tomato/archive/v0.8.3.tar.gz
+ sha256sums = 724d8f719a3e6edc9bbdae99b2245337f1f8eb90851750e3ef6eedb429d085da
pkgname = tomato
diff --git a/PKGBUILD b/PKGBUILD
index 2fd31f81e10b..57685f721f61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer : aji <43468383+aji-prod@users.noreply.github.com>
pkgname=tomato
-pkgver=0.8.2
+pkgver=0.8.3
pkgrel=1
pkgdesc="AUR local repository manager"
arch=('any')
@@ -10,12 +10,16 @@ source=(
"${pkgname}-${pkgver}.tar.gz"::https://github.com/aji-prod/tomato/archive/v"${pkgver}".tar.gz
)
-sha256sums=('1128f282c38ef86313d6bbd228ec27d4936f4f063a298e42cf857ffee9d71218')
+sha256sums=('724d8f719a3e6edc9bbdae99b2245337f1f8eb90851750e3ef6eedb429d085da')
depends=(
'docker'
)
+optdepends=(
+ 'python: --remote-update option support'
+)
+
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
install -Dm755 tomato "$pkgdir/usr/bin/tomato"