summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRobin Candau2023-02-07 10:06:57 +0100
committerRobin Candau2023-02-07 10:06:57 +0100
commitfcf03fb96f699dddf81c370418276712b795d8f7 (patch)
tree08ca515b9ec09acc7fa2aadb78590a5a8b8ad33c /PKGBUILD
parent07fe32184f2d70fa6fe976cb6d8675fa7b81ac9f (diff)
downloadaur-fcf03fb96f699dddf81c370418276712b795d8f7.tar.gz
Update URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e161624e19d9..198589def5eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=clipboard-git
_pkgname="${pkgname%-git}"
-pkgver=0.3.0.r565.8c83e9a
-pkgrel=2
+pkgver=0.3.1.r586.873fbac
+pkgrel=1
pkgdesc="Cut, copy, and paste anything in your terminal (git version)."
arch=('x86_64' 'aarch64' 'riscv64')
-url="https://github.com/Slackadays/Clipboard"
+url="https://getclipboard.app"
license=('GPL3')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
@@ -14,7 +14,7 @@ makedepends=('git' 'cmake')
optdepends=('libx11: X11 support'
'wayland: Wayland support'
'wayland-protocols: Wayland support')
-source=("${_pkgname}::git+${url}.git")
+source=("${_pkgname}::git+https://github.com/Slackadays/Clipboard.git")
sha256sums=('SKIP')
pkgver() {