summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjrudess2020-03-23 14:49:33 -0700
committerjrudess2020-03-23 14:49:33 -0700
commit7f036f80cfddfc664700a467f3c6d06288e25d39 (patch)
treec5cf1e72bfdbb9a78e07664a7b7e7b541fd309bb
parent8179ee7f3103183fa8dadf6bb0a5bca30ced4b7f (diff)
downloadaur-7f036f80cfddfc664700a467f3c6d06288e25d39.tar.gz
New github repo location
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77a3d3bed598..1b4035df1865 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = levd-git
pkgdesc = Daemon to control NZXT Kraken x61
- pkgver = r21.49afd23
- pkgrel = 1
- url = https://github.com/RBlafford/levd
+ pkgver = r24.cd12fdf
+ pkgrel = 2
+ url = https://github.com/graphcareful/levd
arch = i686
arch = x86_64
license = MIT
@@ -15,7 +15,7 @@ pkgbase = levd-git
provides = levd
conflicts = levd
backup = etc/leviathan/levd.cfg
- source = git://github.com/RBlafford/levd.git
+ source = git://github.com/graphcareful/levd.git
md5sums = SKIP
pkgname = levd-git
diff --git a/PKGBUILD b/PKGBUILD
index fae2a6d2594f..7a17e6158e29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Jordan Rudess <jrudess@gmail.com>
pkgname=levd-git
-pkgver=r21.49afd23
+pkgver=r24.cd12fdf
pkgrel=1
pkgdesc="Daemon to control NZXT Kraken x61"
arch=('i686' 'x86_64')
-url="https://github.com/jrudess/levd"
+url="https://github.com/graphcareful/levd"
license=('MIT')
depends=('google-glog' 'yaml-cpp' 'libusb' 'lm_sensors')
makedepends=('git' 'cmake')
@@ -12,7 +12,7 @@ provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
backup=("etc/leviathan/levd.cfg")
install=
-source=('git://github.com/RBlafford/levd.git')
+source=('git://github.com/graphcareful/levd.git')
md5sums=('SKIP')
pkgver() {