summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-04-06 15:43:57 +0800
committerChocobo12023-04-06 15:43:57 +0800
commit176f69adbddf6f1bceb842d6defb99d974fd598b (patch)
tree0d5790c45cedec961c80e1c50a7c75f37ce07d5e
parent709d654cfce5fe2e1edad63d48b00a613170bef1 (diff)
downloadaur-croc-git.tar.gz
upgpkg: croc-git 9.6.4.r14.gcd1162f-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81b40bde66bc..990538b16e28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = croc-git
pkgdesc = Easily and securely send things from one computer to another
- pkgver = 9.1.4.r3.ga9e7767
+ pkgver = 9.6.4.r14.gcd1162f
pkgrel = 1
url = https://schollz.com/blog/croc6/
arch = i686
@@ -9,10 +9,9 @@ pkgbase = croc-git
makedepends = git
makedepends = go
depends = glibc
- provides = croc
+ provides = croc=9.6.4.r14.gcd1162f
conflicts = croc
source = git+https://github.com/schollz/croc.git
sha256sums = SKIP
pkgname = croc-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 3f3985efb552..609bc0e30e42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=croc-git
-pkgver=9.1.4.r3.ga9e7767
+pkgver=9.6.4.r14.gcd1162f
pkgrel=1
pkgdesc="Easily and securely send things from one computer to another"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://schollz.com/blog/croc6/"
license=('MIT')
depends=('glibc')
makedepends=('git' 'go')
-provides=('croc')
+provides=("croc=$pkgver")
conflicts=('croc')
source=("git+https://github.com/schollz/croc.git")
sha256sums=('SKIP')