summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 78fb063491d9..066814906984 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=auracle-git
_pkgname=auracle
-pkgver=r25.ac13e38
+pkgver=r29.37ad380
pkgrel=1
pkgdesc='A flexible client for the AUR'
arch=('x86_64' 'i686')
url="https://github.com/falconindy/auracle.git"
license=('MIT')
-depends=('pacman' 'libarchive.so' 'libcurl.so' 'nlohmann-json')
-makedepends=('meson' 'git')
+depends=('pacman' 'libarchive.so' 'libcurl.so')
+makedepends=('meson' 'git' 'nlohmann-json')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("git+https://github.com/falconindy/auracle.git")