summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJason Papakostas2019-02-28 12:30:20 -0600
committerJason Papakostas2019-02-28 12:30:20 -0600
commit00564ed8d7c950715d0ec7d7c22ca3522f8b29e1 (patch)
treef5a08a777dd7cfa1a41a1add7024ff0cc9b7df1a /PKGBUILD
parent12dd620b03614ca631c8dce6bec217e80f55bf14 (diff)
downloadaur-00564ed8d7c950715d0ec7d7c22ca3522f8b29e1.tar.gz
remove README filename workaround
https://github.com/kfish/xsel/commit/fc6e90def94650c650c269614c0dac683a724e04
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 1 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7a3326465880..8135ff6d93b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jason Papakostas <vithos@gmail.com>
pkgname=xsel-git
-pkgver=r66.aa7f57e
+pkgver=r81.9bfc13d
pkgrel=1
pkgdesc='a command-line program for getting and setting the contents of the X selection'
arch=(i686 x86_64)
@@ -18,12 +18,6 @@ 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