summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')