summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2024-06-25 20:47:56 +0200
committerNarrat2024-06-25 20:47:56 +0200
commit803df0997441a110365b43e9e4f095ca95405325 (patch)
tree1ec39582cc81927523734968ed922e746cfe37d4
parente476ab301a9b86e61ff93b84c0d5008c888029cd (diff)
downloadaur-803df0997441a110365b43e9e4f095ca95405325.tar.gz
clipman-git: switch to maintained fork
same as the regular clipman PKGBUILD switched to
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9fda2c6d06a..3f4e5f97df38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = clipman-git
pkgdesc = A simple clipboard manager for Wayland
- pkgver = 1.6.1.r0.g52602f2
+ pkgver = 1.6.4.r1.g0e1d363
pkgrel = 1
- url = https://github.com/yory8/clipman
+ url = https://github.com/chmouel/clipman
arch = x86_64
arch = i686
- license = GPL3
+ license = GPL-3.0-only
makedepends = go
makedepends = git
depends = wl-clipboard>=2.0
provides = clipman
conflicts = clipman
- source = clipman-git::git+https://github.com/yory8/clipman.git
+ source = clipman-git::git+https://github.com/chmouel/clipman.git
md5sums = SKIP
pkgname = clipman-git
diff --git a/PKGBUILD b/PKGBUILD
index 8cd69e411d41..5af718f900bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
-# Maintainer: Mubashir Haroon <mubashirmusab at gmail dot com>
+# Contributor: Mubashir Haroon <mubashirmusab at gmail dot com>
# Contributor: Husam Bilal <me@husam.dev>
pkgname=clipman-git
-pkgver=1.6.1.r0.g52602f2
+pkgver=1.6.4.r1.g0e1d363
pkgrel=1
pkgdesc="A simple clipboard manager for Wayland"
-url="https://github.com/yory8/clipman"
+url="https://github.com/chmouel/clipman"
depends=("wl-clipboard>=2.0")
makedepends=("go" "git")
provides=("clipman")
conflicts=("clipman")
-license=("GPL3")
+license=("GPL-3.0-only")
arch=("x86_64" "i686")
md5sums=("SKIP")
-source=("${pkgname}::git+https://github.com/yory8/clipman.git")
+source=("${pkgname}::git+https://github.com/chmouel/clipman.git")
pkgver() {
cd "$pkgname"