summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Palmos2022-04-18 13:09:37 +1000
committerMichael Palmos2022-04-18 13:09:37 +1000
commit2613162ed1e08773137b78ac2ac5e18f4f83764a (patch)
tree73d82750eb4c028ca6d905aa37ec80ad8ec6f59f
parenta73e4d413aedcda74800d20d0cd5f4882ba81eec (diff)
downloadaur-2613162ed1e08773137b78ac2ac5e18f4f83764a.tar.gz
Fix breaking Github url change.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cecfc8381052..194d68f5221d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=wired-git
_pkgname=wired-notify
-pkgver=r163.4460e60
+pkgver=r225.8298b72
pkgrel=1
pkgdesc="Lightweight notification daemon with highly customizable layout blocks, written in Rust."
arch=('x86_64' 'i686')
@@ -12,7 +12,7 @@ depends=('dbus' 'cairo' 'pango' 'glib2' 'libx11' 'libxss')
makedepends=('rust' 'cargo')
provides=('wired')
conflicts=('wired')
-source=("git://github.com/Toqozz/wired-notify/#branch=master")
+source=("git+https://github.com/Toqozz/wired-notify.git")
sha256sums=('SKIP')
pkgver() {