summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Gauvrit2024-02-18 20:40:43 +0100
committerGuillaume Gauvrit2024-02-18 20:40:43 +0100
commit1a5b86168a9dae1ac0d989ff180ec82827edc4e1 (patch)
treec57c699a8770b319e807db1a7cb4b8c8ef1b5a75 /PKGBUILD
parentc5540f684453e3221264cf9960c48c0f4b5c26fe (diff)
downloadaur-1a5b86168a9dae1ac0d989ff180ec82827edc4e1.tar.gz
Update to 0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 74a17fe1b1b2..738674170396 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Guillaume Gauvrit <guillaume@gauvr.it>
pkgname=rustaman-git
-pkgver=0.1.2.r0.e334141
+pkgver=0.2.0.r0.d61af30
# DO NOT FORGET TO RUN / makepkg --printsrcinfo > .SRCINFO
pkgrel=1
pkgdesc="Template based HTTP client"
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://github.com/mardiros/rustaman"
license=('BSD')
makedepends=('cargo' 'git')
-depends=('gtk3' 'gtksourceview3' 'openssl')
+depends=('gtk4' 'gtksourceview5' 'openssl')
options=('!emptydirs' '!strip')
source=("$pkgname::git+https://github.com/mardiros/rustaman.git")
sha1sums=('SKIP')