summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcodl2020-11-08 21:31:10 +0100
committercodl2020-11-08 21:31:10 +0100
commit68c6f481d16e506ee223b9e255e5271d4949ef24 (patch)
tree3426c087fd3d3fc7868272f3798b3656d869092b
parent36ebbd2617977de9602f95965155fada3ab18c4b (diff)
downloadaur-68c6f481d16e506ee223b9e255e5271d4949ef24.tar.gz
fix: add git to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9df63fcf69e8..e298dd1b0c1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = autocutsel-git
pkgdesc = Synchronizes the two copy/paste buffers mainly used by X applications
pkgver = 0.10.0.r0.g35388eb
- pkgrel = 1
+ pkgrel = 2
url = http://www.nongnu.org/autocutsel/
install = autocutsel.install
arch = i686
arch = x86_64
license = GPL
+ makedepends = git
depends = libxaw
provides = autocutsel
conflicts = autocutsel
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')