summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubosz Sarnecki2021-02-10 02:20:23 +0100
committerLubosz Sarnecki2021-02-10 02:20:23 +0100
commit1eefbab2b900dafc8e5a00c02159858e2efb98e2 (patch)
treed5ec4ba8b4bb0527a3165e3e6ba6b4b40f3a3e70
parent22cdd0cced51d02e37511c2fd1a696efb881ebf1 (diff)
downloadaur-1eefbab2b900dafc8e5a00c02159858e2efb98e2.tar.gz
Change upstream url.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f223d244244..6007b838cde3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,10 +2,10 @@ pkgbase = amdvbflash
pkgdesc = AMD vBIOS flash utility.
pkgver = v4.71
pkgrel = 1
- url = https://github.com/patrickschur/amdvbflash
+ url = https://github.com/stylesuxx/amdvbflash
arch = x86_64
license = custom
- source = git+https://github.com/patrickschur/amdvbflash.git
+ source = git+https://github.com/stylesuxx/amdvbflash.git
md5sums = SKIP
pkgname = amdvbflash
diff --git a/PKGBUILD b/PKGBUILD
index bb284ce25fa6..75d7f44ddf60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@ pkgver=v4.71
pkgrel=1
pkgdesc="AMD vBIOS flash utility."
arch=('x86_64')
-url="https://github.com/patrickschur/amdvbflash"
+url="https://github.com/stylesuxx/amdvbflash"
license=('custom')
depends=()
-source=("git+https://github.com/patrickschur/amdvbflash.git")
+source=("git+https://github.com/stylesuxx/amdvbflash.git")
md5sums=('SKIP')
-pkgver() {
- cd amdvbflash
- git describe --tags
-}
+#pkgver() {
+# cd amdvbflash
+# git describe --tags
+#}
package() {
cd amdvbflash