Skip to content

Commit

Permalink
clipman version (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
lseman authored Jan 2, 2024
1 parent 28864c1 commit ded3b15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions clipman/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Maintainer: Husam Bilal <[email protected]>

pkgname=clipman
pkgver=1.6.1
pkgver=1.6.2
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")
provides=("clipman")
license=("GPL3")
arch=("i686" "x86_64" "arm" "armv6h" "armv7h" "aarch64")
md5sums=("bd82e42ab5e42cf8ad24519eba335568")
source=("https://github.com/yory8/${pkgname}/archive/v${pkgver}.tar.gz")
md5sums=("aff3a17199d06ca77e815023b66a825d")
source=("https://github.com/chmouel/${pkgname}/archive/v${pkgver}.tar.gz")

build() {
cd $pkgname-$pkgver
Expand Down

0 comments on commit ded3b15

Please sign in to comment.