summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryar2016-09-22 09:05:25 -0700
committeryar2016-09-22 09:05:25 -0700
commita62a306d60a0ed24b950af5981b68e7389c95754 (patch)
treeb47b1dee16f56154f229fc5c83ee347c031a743d
parent6ce87eaba92eef4f495a64ec9bb17af046ef86f9 (diff)
downloadaur-a62a306d60a0ed24b950af5981b68e7389c95754.tar.gz
upstream moved to github
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e717dfa2c22..424c66c9a0e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Thu Sep 22 16:05:05 UTC 2016
pkgbase = biosdisk-git
pkgdesc = Utility for creating Dell BIOS flash disks
pkgver = v0.75.18.g42a22fe
pkgrel = 1
- url = http://linux.dell.com/cgi-bin/cgit.cgi/biosdisk.git
+ url = https://github.com/dell/biosdisk
arch = any
license = GPL
makedepends = git
@@ -14,7 +16,7 @@ pkgbase = biosdisk-git
conflicts = biosdisk
options = !strip
backup = etc/biosdisk.conf
- source = git+http://linux.dell.com/cgi-bin/cgit.cgi/biosdisk.git#commit=42a22fe0785e9f4a8e5285733bc8e2f8e5a18104
+ source = git+https://github.com/dell/biosdisk.git
sha512sums = SKIP
pkgname = biosdisk-git
diff --git a/PKGBUILD b/PKGBUILD
index 8da0e727c9e9..dea040c623b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgver=v0.75.18.g42a22fe
pkgrel=1
arch=('any')
pkgdesc="Utility for creating Dell BIOS flash disks"
-url="http://linux.dell.com/cgi-bin/cgit.cgi/biosdisk.git"
+url="https://github.com/dell/${gitname}"
license=("GPL")
makedepends=('git')
depends=('dos2unix' 'wget' 'syslinux' 'python2')
@@ -17,7 +17,7 @@ conflicts=("${gitname}")
provides=("${gitname}")
backup=("etc/biosdisk.conf")
options=('!strip')
-source=("git+http://linux.dell.com/cgi-bin/cgit.cgi/${gitname}.git#commit=42a22fe0785e9f4a8e5285733bc8e2f8e5a18104")
+source=("git+${url}.git")
sha512sums=('SKIP')
pkgver() {