summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew Nutter2022-11-15 11:32:22 -0500
committerDrew Nutter2022-11-15 11:32:22 -0500
commit666a67b6bcf1992393bf3b5b37e07a9c7d9b9f87 (patch)
treee624551522f6d6dadb0c3dcfbb475c5ad902b923
parent1beaa9ada0d01939c1acc0a004385f2bc4769845 (diff)
downloadaur-666a67b6bcf1992393bf3b5b37e07a9c7d9b9f87.tar.gz
another pkgbuild fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 175d0a373834..5a1ef953808a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = clipboard-sync
pkgdesc = Synchronizes the clipboard across multiple X11 and wayland instances running on the same machine.
pkgver = 0.1.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/dnut/clipboard-sync
arch = i686
arch = pentium4
diff --git a/PKGBUILD b/PKGBUILD
index 5dfaa8baf875..cec25b5b054a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Drew Nutter <dnut@users.noreply.github.com>
pkgname=clipboard-sync
pkgver=0.1.0
-pkgrel=2
+pkgrel=3
pkgdesc='Synchronizes the clipboard across multiple X11 and wayland instances running on the same machine.'
url='https://github.com/dnut/clipboard-sync'
source=("git+https://github.com/dnut/clipboard-sync#tag=$pkgver")
@@ -19,5 +19,5 @@ build() {
package() {
cd "$srcdir/$pkgname"
- make install "prefix=$pkgdir/$pkgname/usr"
+ make install "prefix=$pkgdir/usr"
}