summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAli Molaei2022-04-03 21:25:08 +0430
committerAli Molaei2022-04-03 21:25:08 +0430
commita891a283861cc44da2d6d3bb11b045c7b67335ab (patch)
tree1fb22b7800ae397f0821092ebf54e2f939afbafe /PKGBUILD
parent7d45c79f280ed6fcc0c1950fb02e41c4e222f6a6 (diff)
downloadaur-undistract-me-git.tar.gz
Use new git+https:// protocol for source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c6f6277240b..b58e4da76e0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: ahrs <Forward dot to at hotmail dot co dot uk>
pkgname='undistract-me-git'
-pkgver=r77.c7f6056
-pkgrel=11
+pkgver=r79.2f8ac25
+pkgrel=2
arch=('any')
url="https://github.com/jml/undistract-me"
depends=('libnotify' 'xorg-xprop')
conflicts=('undistract-me')
license=("MIT")
pkgdesc="Notifies you when long-running terminal commands complete"
-source=("git://github.com/jml/undistract-me.git")
+source=("git+https://github.com/jml/undistract-me.git")
md5sums=('SKIP')
install='undistract-me.install'