diff options
author | Jonas Geiler | 2024-12-01 05:08:24 +0100 |
---|---|---|
committer | Jonas Geiler | 2024-12-01 05:08:24 +0100 |
commit | 7856035b386db6115f020e2d95db70dd189cc0f6 (patch) | |
tree | 1879ce5ce58bab2148118a449a15233d58828c33 /PKGBUILD | |
parent | 5f419a3fff30571d362e51e8c757237b4c35b40a (diff) | |
download | aur-7856035b386db6115f020e2d95db70dd189cc0f6.tar.gz |
feat: update to 2024.12.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ # Maintainer: Jonas Geiler <aur@jonasgeiler.com> # Maintainer: SoftExpert <softexpert at gmail dot com> pkgname=yaak-git -pkgver=2024.12.0.r0.g3ecfb15 +pkgver=2024.12.1.r0.ge1363cf pkgrel=1 pkgdesc='Simple and intuitive API client for calling REST, GraphQL, and gRPC APIs (Development version)' arch=(aarch64 armv7h i686 pentium4 x86_64) @@ -43,8 +43,8 @@ options=( !emptydirs # Remove empty directories from package because why not ) source=( - "yaak::git+https://github.com/getyaak/app.git" - "yaak-plugins::git+https://github.com/getyaak/plugins.git" + "yaak::git+https://github.com/mountain-loop/yaak.git" + "yaak-plugins::git+https://github.com/mountain-loop/plugins.git" ) b2sums=('SKIP' 'SKIP') |