summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAuric Vente2022-07-05 19:17:13 -0600
committerAuric Vente2022-07-05 19:17:13 -0600
commit0ac0fe1f7d687c508e8379c7e92ef6a47e26ab68 (patch)
tree5abda06ef684bf5ba030f10066ebf25a43b927eb
parent4a3b62788ccd4eed59862f42bd7c7c52555dd321 (diff)
downloadaur-0ac0fe1f7d687c508e8379c7e92ef6a47e26ab68.tar.gz
Mods
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ef1f828024d..05cb3819b5c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = copyevent-git
pkgdesc = Polling-free clipboard notifier. Like clipnotify but with a selection flag
- pkgver = r1.fc4bb49
+ pkgver = r3.52a7199
pkgrel = 1
url = https://github.com/madprops/copyevent
arch = x86_64
license = Unlicense
+ makedepends = git
depends = libx11
depends = libxfixes
source = copyevent-git::git+https://github.com/madprops/copyevent.git
diff --git a/PKGBUILD b/PKGBUILD
index 2f91b27d29e2..f8647fc54487 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname="copyevent-git"
pkgdesc="Polling-free clipboard notifier. Like clipnotify but with a selection flag"
-pkgver=r1.fc4bb49
+pkgver=r3.52a7199
pkgrel=1
arch=("x86_64")
url="https://github.com/madprops/copyevent"
license=("Unlicense")
depends=("libx11" "libxfixes")
+makedepends=("git")
sha256sums=("SKIP")
source=("$pkgname::git+$url.git")