summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2022-04-03 21:25:08 +0430
committerAli Molaei2022-04-03 21:25:08 +0430
commita891a283861cc44da2d6d3bb11b045c7b67335ab (patch)
tree1fb22b7800ae397f0821092ebf54e2f939afbafe
parent7d45c79f280ed6fcc0c1950fb02e41c4e222f6a6 (diff)
downloadaur-undistract-me-git.tar.gz
Use new git+https:// protocol for source
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 400c790eab70..989fb006e97f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = undistract-me-git
pkgdesc = Notifies you when long-running terminal commands complete
- pkgver = r77.c7f6056
- pkgrel = 11
+ pkgver = r79.2f8ac25
+ pkgrel = 2
url = https://github.com/jml/undistract-me
install = undistract-me.install
arch = any
@@ -9,8 +9,7 @@ pkgbase = undistract-me-git
depends = libnotify
depends = xorg-xprop
conflicts = undistract-me
- source = git://github.com/jml/undistract-me.git
+ source = git+https://github.com/jml/undistract-me.git
md5sums = SKIP
pkgname = undistract-me-git
-
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'