summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-10-23 04:51:11 +0300
committerDimitris Kiziridis2020-10-23 04:51:11 +0300
commit866265c98769d0847dc1c8d42922920ed5a8ada9 (patch)
treeaea8a3240cbde58be90b24703472b6f6ed31cb66
parent6c7563587f4bc83e85b273a8bd129da9b6a1b5eb (diff)
downloadaur-866265c98769d0847dc1c8d42922920ed5a8ada9.tar.gz
Initial commit
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41eab71bbe39..adc240adaa02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = mkusb
pkgdesc = A shell script to create ISO multiboot USB flash drives that support both legacy and EFI boot
pkgver = 0.2.3
pkgrel = 1
- url = http://nuclear.mutantstargoat.com/sw/xlivebg
+ url = https://github.com/lilyinstarlight/mkusb
arch = any
license = MIT
depends = bash
diff --git a/PKGBUILD b/PKGBUILD
index cf0c3752a45e..4ae438dc9d8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=0.2.3
pkgrel=1
pkgdesc="A shell script to create ISO multiboot USB flash drives that support both legacy and EFI boot "
arch=('any')
-url="http://nuclear.mutantstargoat.com/sw/xlivebg"
+url="https://github.com/lilyinstarlight/mkusb"
license=('MIT')
depends=('bash')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/lilyinstarlight/mkusb/archive/v${pkgver}.tar.gz")