summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCzipperz2019-01-07 11:04:41 -0500
committerCzipperz2019-01-07 11:04:41 -0500
commit4c781b8ed9cba425f924df16afc41d90f4e81118 (patch)
treece5b2c24220558a895ebe026dbfa6eda305b3e26
parent49a388887473c332e64348dc6d60ea756310abb2 (diff)
downloadaur-4c781b8ed9cba425f924df16afc41d90f4e81118.tar.gz
Update upstream to github.com/jtanx/libclipboard
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d0f733c3e2a..c7470fd180e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Chris Gregory <czipperz@gmail.com>
pkgname=libclipboard-git
-pkgver=1.0.2
+pkgver=1.1.0
pkgrel=1
pkgdesc="Lightweight cross-platform C clipboard library"
-url="https://github.com/czipperz/libclipboard"
+url="https://github.com/jtanx/libclipboard"
arch=("i686" "x86_64")
license=("MIT")
depends=("libxcb")
makedepends=("cmake" "git")
provides=("libclipboard")
-source=("git://github.com/czipperz/libclipboard")
+source=("git://github.com/jtanx/libclipboard")
sha256sums=("SKIP")
build() {