name pkgs git and use the url instead of local files
This commit is contained in:
parent
5e0c209fd7
commit
b79c1d01a0
@ -1,4 +1,4 @@
|
||||
pkgname=asset-tool
|
||||
pkgname=asset-tool-git
|
||||
pkgver=0.4.5.r148
|
||||
pkgrel=1
|
||||
pkgdesc="A tool for quickly downloading many Roblox assets."
|
||||
@ -6,7 +6,7 @@ arch=('x86_64')
|
||||
url="https://git.itzana.me/StrafesNET/asset-tool"
|
||||
license=('MIT')
|
||||
makedepends=('cargo')
|
||||
source=("$pkgname::git+file:///home/quat/strafesnet/asset-tool")
|
||||
source=("$pkgname::git+https://git.itzana.me/StrafesNET/asset-tool")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
pkgver() {
|
@ -1,4 +1,4 @@
|
||||
pkgname=map-tool
|
||||
pkgname=map-tool-git
|
||||
pkgver=1.5.1.r101
|
||||
pkgrel=1
|
||||
pkgdesc="A tool for working with bhop and surf maps."
|
||||
@ -6,7 +6,7 @@ arch=('x86_64')
|
||||
url="https://git.itzana.me/StrafesNET/map-tool"
|
||||
license=('MIT')
|
||||
makedepends=('cargo')
|
||||
source=("$pkgname::git+file:///home/quat/strafesnet/map-tool")
|
||||
source=("$pkgname::git+https://git.itzana.me/StrafesNET/map-tool")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
pkgver() {
|
@ -6,7 +6,7 @@ arch=('x86_64')
|
||||
url="https://git.itzana.me/StrafesNET/mapfixer"
|
||||
license=('MIT')
|
||||
makedepends=('cargo')
|
||||
source=("$pkgname::git+file:///home/quat/strafesnet/mapfixer")
|
||||
source=("$pkgname::git+https://git.itzana.me/StrafesNET/mapfixer")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
pkgver() {
|
Loading…
Reference in New Issue
Block a user