summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpica2022-10-23 01:38:36 +0200
committerpica2023-01-30 23:17:15 +0100
commit7a7f027a40508d753f39b0f9f09ec060f7e3aaeb (patch)
tree997fc740e7497e600713f9a42680f95c46f6d35f
parent720591f959cfc24734fa68c65008007afafd7dc3 (diff)
downloadaur-7a7f027a40508d753f39b0f9f09ec060f7e3aaeb.tar.gz
minor dependency upgrade
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a8a861b5f2d9..cf585e71cd08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
# Contributor: Patrick McCarty <pnorcks at gmail dot com>
pkgname=tup-git
-pkgver=0.7.11.r95.g4e9f5b32
+pkgver=0.7.11.r111.gf26bc1e8
pkgrel=1
pkgdesc='A fast, file-based build system'
arch=(i686 x86_64)
-url='http://gittup.org/tup/index.html'
+url='https://gittup.org/tup/index.html'
license=(GPL2)
-depends=(fuse)
+depends=(fuse3 pcre)
makedepends=(git)
provides=(tup)
conflicts=(tup)