summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian LaVine2023-12-10 21:59:15 -0500
committerSebastian LaVine2023-12-10 21:59:15 -0500
commita05aa0317a610681d12ab1990714dfc842a9d035 (patch)
tree5550d5c1d354fbe61eb26daf83a0dd95e9c87380
parent0f40b5c787eca60c71760bedf3f7231496c36533 (diff)
downloadaur-onclick.tar.gz
Fix url
Now you know which file I copied this from. Oops.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 122d4d7cfbdb..28754a6e752d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = onclick
pkgdesc = Runs a command every time the terminal is clicked
pkgver = 1.0.3
- pkgrel = 1
- url = https://git.sr.ht/~adnano/kiln
+ pkgrel = 2
+ url = https://sr.ht/~smlavine/onclick
arch = x86_64
arch = aarch64
license = MPLv2
diff --git a/PKGBUILD b/PKGBUILD
index e891c0608215..781220e9efd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=onclick
pkgver=1.0.3
-pkgrel=1
+pkgrel=2
pkgdesc='Runs a command every time the terminal is clicked'
arch=('x86_64' 'aarch64')
-url='https://git.sr.ht/~adnano/kiln'
+url='https://sr.ht/~smlavine/onclick'
license=('MPLv2')
makedepends=('hare-git')
source=("https://git.sr.ht/~smlavine/onclick/archive/${pkgver}.tar.gz")