diff options
author | LevitatingBusinessMan (Rein Fernhout) | 2023-11-30 18:55:52 +0100 |
---|---|---|
committer | LevitatingBusinessMan (Rein Fernhout) | 2023-11-30 18:55:52 +0100 |
commit | 337870d53fa4de5dcd709a3429622f2dd5d24377 (patch) | |
tree | edab8e5715e635c73e63ad206b391b67171a33ad | |
parent | 6b5ffe7a7f37092c27bb48e44b5fb5115a77f4f2 (diff) | |
download | aur-337870d53fa4de5dcd709a3429622f2dd5d24377.tar.gz |
rename to -git
-rw-r--r-- | .SRCINFO | 11 | ||||
-rw-r--r-- | PKGBUILD | 12 |
2 files changed, 12 insertions, 11 deletions
@@ -1,6 +1,6 @@ -pkgbase = catbin - pkgdesc = A pastebin server meant for the terminal - pkgver = r61.809ecaf +pkgbase = catbin-git + pkgdesc = A pastebin server meant for the terminal. A clone of termbin.com (fiche). + pkgver = r64.e4334fa pkgrel = 1 url = https://github.com/LevitatingBusinessMan/catbin arch = x86_64 @@ -8,7 +8,8 @@ pkgbase = catbin makedepends = make depends = leveldb depends = libmicrohttpd - source = git+https://github.com/LevitatingBusinessMan/catbin.git + provides = catbin + source = catbin-git::git+https://github.com/LevitatingBusinessMan/catbin.git sha256sums = SKIP -pkgname = catbin +pkgname = catbin-git @@ -1,16 +1,16 @@ #Maintainer: Rein Fernhout (LevitatingBusinessMan) <me@levitati.ng> - -pkgname=catbin -pkgver=r59.af7e4fe +pkgname=catbin-git +pkgver=r64.e4334fa arch=("x86_64") pkgrel=1 -pkgdesc="A pastebin server meant for the terminal" +pkgdesc="A pastebin server meant for the terminal. A clone of termbin.com (fiche)." license=("MIT") depends=("leveldb" "libmicrohttpd") makedepends=("make") -url="https://github.com/LevitatingBusinessMan/$pkgname" -source=("git+https://github.com/LevitatingBusinessMan/$pkgname.git") +url="https://github.com/LevitatingBusinessMan/catbin" +source=("$pkgname::git+https://github.com/LevitatingBusinessMan/catbin.git") sha256sums=("SKIP") +provides=("catbin") pkgver() { cd "$pkgname" |