summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntiz (Robin C.)2022-12-20 19:01:32 +0100
committerAntiz (Robin C.)2022-12-20 19:01:32 +0100
commit86a06a30090c3eacbc712feac22f6111b7d96674 (patch)
tree3186d7665828de38ce864c8ba1207ee2edea11cc
parent59aa026c4fe7e5bfffc277c06bb37119b7d4bb2c (diff)
downloadaur-86a06a30090c3eacbc712feac22f6111b7d96674.tar.gz
Corrected the build function according to changes in upstream
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e96f10ff7ab..63e9157a348f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = clipboard-git
pkgdesc = Cut, copy, and paste anything in your terminal (git version).
- pkgver = 0.1.2R1.r79.f8df52e
- pkgrel = 2
+ pkgver = 0.1.3.r166.33585b9
+ pkgrel = 1
url = https://github.com/Slackadays/Clipboard
install = clipboard.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 5115ad38797c..efcc797e5040 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=clipboard-git
_pkgname="${pkgname%-git}"
-pkgver=0.1.2R1.r79.f8df52e
-pkgrel=2
+pkgver=0.1.3.r166.33585b9
+pkgrel=1
pkgdesc="Cut, copy, and paste anything in your terminal (git version)."
arch=('x86_64' 'aarch64' 'riscv64')
url="https://github.com/Slackadays/Clipboard"
@@ -21,7 +21,7 @@ pkgver() {
}
build () {
- cmake -B build -S "${_pkgname}/src" \
+ cmake -B build -S "${_pkgname}" \
-DCMAKE_BUILD_TYPE='None' \
-DCMAKE_INSTALL_PREFIX='/usr' \
-Wno-dev