summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Papakostas2017-07-12 13:29:52 -0500
committerJason Papakostas2017-07-12 13:40:35 -0500
commit12dd620b03614ca631c8dce6bec217e80f55bf14 (patch)
tree6b3ffa3065e0c8bbc176c91c1a217ff1c329fe13
parent1b1d7d1527253068d51192b71a96325606499a04 (diff)
downloadaur-12dd620b03614ca631c8dce6bec217e80f55bf14.tar.gz
fix the build
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD8
3 files changed, 14 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4922586c418..5c688fdf4d57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Wed Jul 12 18:38:51 UTC 2017
pkgbase = xsel-git
pkgdesc = a command-line program for getting and setting the contents of the X selection
- pkgver = r50.9674445
+ pkgver = r66.aa7f57e
pkgrel = 1
url = http://www.vergenet.net/~conrad/software/xsel/
arch = i686
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..afdf31d45feb
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+/xsel/
+/pkg/
+/src/
+/xsel-git-*.pkg.*
diff --git a/PKGBUILD b/PKGBUILD
index c4c2e57232e3..7a3326465880 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jason Papakostas <vithos@gmail.com>
pkgname=xsel-git
-pkgver=r50.9674445
+pkgver=r66.aa7f57e
pkgrel=1
pkgdesc='a command-line program for getting and setting the contents of the X selection'
arch=(i686 x86_64)
@@ -18,6 +18,12 @@ pkgver() {
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
+prepare() {
+ cd "$srcdir/${pkgname%-git}"
+ # https://github.com/kfish/xsel/commit/9101e37fe0692809c9f37b6034ab2ce05a0f882d#commitcomment-19714089
+ cp README{.md,}
+}
+
build() {
cd "$srcdir/${pkgname%-git}"
./autogen.sh