summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Bouter2021-01-08 23:14:46 +0100
committerJeffrey Bouter2021-01-08 23:14:46 +0100
commit06bbc1b5ec3e94b96be0e0fe06ddbae10bff6311 (patch)
treed2254ee1f64307dc632c4a7d00d574d15d32b562
parent47f8fb3b841d9d78b2d50d62d1a2b6388515e631 (diff)
downloadaur-06bbc1b5ec3e94b96be0e0fe06ddbae10bff6311.tar.gz
Update hushboard
- Point to the original repository of Stuart Langridge now that the merge request has been merged
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c72b67f93d03..60cff10d521f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = hushboard-git
pkgdesc = Mute your microphone while typing.
- pkgver = r01.7748a07
+ pkgver = r02.223b6f9
pkgrel = 0
- url = https://github.com/jbouter/hushboard
+ url = https://github.com/stuartlangridge/hushboard
arch = any
license = MIT
makedepends = python-pip
@@ -15,7 +15,7 @@ pkgbase = hushboard-git
depends = gtk3
provides = hushboard
conflicts = hushboard
- source = git+https://github.com/jbouter/hushboard
+ source = git+https://github.com/stuartlangridge/hushboard
source = LICENSE
md5sums = SKIP
md5sums = 3ce314c6b503c298b2ebba2d176915a4
diff --git a/PKGBUILD b/PKGBUILD
index 729326e697c9..750e37675db4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@ export PIP_DISABLE_PIP_VERSION_CHECK=true
pkgname=hushboard-git
_pkgname=hushboard
epoch=
-pkgver=r01.7748a07
+pkgver=r02.223b6f9
pkgrel=0
pkgdesc='Mute your microphone while typing.'
arch=(any)
-url="https://github.com/jbouter/$_pkgname"
+url="https://github.com/stuartlangridge/$_pkgname"
license=(MIT)
depends=(python libappindicator-gtk3 python-gobject python-xlib gtk3)
## EXTRA_DEPENDS ##
@@ -19,7 +19,7 @@ checkdepends=()
provides=("$_pkgname")
conflicts=(${provides%=*}) # No quotes, to avoid an empty entry.
noextract=()
-source+=("git+https://github.com/jbouter/$_pkgname.git")
+source+=("git+https://github.com/stuartlangridge/$_pkgname.git")
md5sums+=(SKIP)
source+=(LICENSE)
md5sums+=(3ce314c6b503c298b2ebba2d176915a4)