summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcodl2020-11-08 21:31:10 +0100
committercodl2020-11-08 21:31:10 +0100
commit68c6f481d16e506ee223b9e255e5271d4949ef24 (patch)
tree3426c087fd3d3fc7868272f3798b3656d869092b /PKGBUILD
parent36ebbd2617977de9602f95965155fada3ab18c4b (diff)
downloadaur-autocutsel-git.tar.gz
fix: add git to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a08df8cb52f..41778da79076 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=autocutsel-git
pkgver=0.10.0.r0.g35388eb
-pkgrel=1
+pkgrel=2
pkgdesc="Synchronizes the two copy/paste buffers mainly used by X applications"
arch=(i686 x86_64)
url='http://www.nongnu.org/autocutsel/'
install=autocutsel.install
depends=('libxaw')
+makedepends=('git')
license=('GPL')
provides=('autocutsel')
conflicts=('autocutsel')