summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Correia2018-03-04 13:30:09 -0500
committerSergio Correia2018-03-04 13:31:09 -0500
commit77e620acabfba34bc0fbf848f304f70513cc0d13 (patch)
tree2294266f51e6f9b4d95caf72ad284378d99ac57c
parent6645de2fa22cb372bfbc4bd3a04c538676c1564e (diff)
downloadaur-77e620acabfba34bc0fbf848f304f70513cc0d13.tar.gz
Update to latest version.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f917c612d7f..78ed5891355d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cauralho-git
pkgdesc = A small tool to help with updating AUR packages installed in the system.
- pkgver = r2.18ba2bb
- pkgrel = 2
+ pkgver = r4.57d5d6c
+ pkgrel = 1
url = https://github.com/qrwteyrutiyoup/cauralho
arch = any
license = Apache
@@ -10,6 +10,8 @@ pkgbase = cauralho-git
depends = curl
depends = jq
depends = bash>=4.0.0
+ provides = cauralho
+ conflicts = cauralho
backup = etc/cauralho.conf
source = cauralho::git+https://github.com/qrwteyrutiyoup/cauralho.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7fdaa36928d1..57ae7bc73b7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,16 @@
pkgname=cauralho-git
_pkgname=cauralho
-pkgver=r2.18ba2bb
-pkgrel=2
+pkgver=r4.57d5d6c
+pkgrel=1
pkgdesc="A small tool to help with updating AUR packages installed in the system."
arch=("any")
url="https://github.com/qrwteyrutiyoup/cauralho"
license=("Apache")
depends=(dialog curl jq 'bash>=4.0.0')
makedepends=(git)
+provides=(cauralho)
+conflicts=(cauralho)
source=("${_pkgname}"::git+https://github.com/qrwteyrutiyoup/cauralho.git)
md5sums=('SKIP')
backup=('etc/cauralho.conf')