summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAustin Adams2016-09-12 12:23:42 -0400
committerAustin Adams2016-09-12 12:23:42 -0400
commita4deece8fcb620bfaf2344c9d688e617f96632d5 (patch)
treed629da9174fb65a34db3ffbdff8e8f0a46b43743
parent8f358c8da52c7716a3332d6e195b27715a78b8b4 (diff)
downloadaur-a4deece8fcb620bfaf2344c9d688e617f96632d5.tar.gz
PKGBUILD: Change git repo to another mirror
Sadly, this will break existing clones (because the new repo has a different history), but oh well.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e058ee852d0f..1188ecc7ce62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = vlmcsd-git
license = unknown
provides = vlmcsd
conflicts = vlmcsd-svn
- source = vlmcsd::git+https://github.com/vancepym/vlmcsd.git
+ source = vlmcsd::git+https://github.com/Wind4/vlmcsd.git
source = vlmcsd.service
source = vlmcsd@.service
source = vlmcsd.socket
diff --git a/PKGBUILD b/PKGBUILD
index a7138ce5a59e..583a7a52eded 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Austin Adams <aur@austinjadams.com>
_pkgname=vlmcsd
pkgname=$_pkgname-git
-pkgver=r3.0c0b23a
+pkgver=r8.213ac7d
pkgrel=1
pkgdesc="KMS Emulator in C (for activating Microsoft products)"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://forums.mydigitallife.info/threads/50234-Emulated-KMS-Servers-on-non
license=('unknown')
provides=('vlmcsd')
conflicts=('vlmcsd-svn')
-source=("$_pkgname::git+$url.git"
+source=("$_pkgname::git+https://github.com/Wind4/vlmcsd.git"
'vlmcsd.service'
'vlmcsd@.service'
'vlmcsd.socket')