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
|
pkgver=0.4.5.r148
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A tool for quickly downloading many Roblox assets."
|
pkgdesc="A tool for quickly downloading many Roblox assets."
|
||||||
@ -6,7 +6,7 @@ arch=('x86_64')
|
|||||||
url="https://git.itzana.me/StrafesNET/asset-tool"
|
url="https://git.itzana.me/StrafesNET/asset-tool"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
makedepends=('cargo')
|
makedepends=('cargo')
|
||||||
source=("$pkgname::git+file:///home/quat/strafesnet/asset-tool")
|
source=("$pkgname::git+https://git.itzana.me/StrafesNET/asset-tool")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
@ -1,4 +1,4 @@
|
|||||||
pkgname=map-tool
|
pkgname=map-tool-git
|
||||||
pkgver=1.5.1.r101
|
pkgver=1.5.1.r101
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A tool for working with bhop and surf maps."
|
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"
|
url="https://git.itzana.me/StrafesNET/map-tool"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
makedepends=('cargo')
|
makedepends=('cargo')
|
||||||
source=("$pkgname::git+file:///home/quat/strafesnet/map-tool")
|
source=("$pkgname::git+https://git.itzana.me/StrafesNET/map-tool")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
@ -6,7 +6,7 @@ arch=('x86_64')
|
|||||||
url="https://git.itzana.me/StrafesNET/mapfixer"
|
url="https://git.itzana.me/StrafesNET/mapfixer"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
makedepends=('cargo')
|
makedepends=('cargo')
|
||||||
source=("$pkgname::git+file:///home/quat/strafesnet/mapfixer")
|
source=("$pkgname::git+https://git.itzana.me/StrafesNET/mapfixer")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
Loading…
Reference in New Issue
Block a user