summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0be23968459..30ffebc4710c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = clipster
pkgdesc = Python clipboard manager
- pkgver = 2.0.2
+ pkgver = 2.1.1
pkgrel = 1
url = https://github.com/mrichar1/clipster
arch = any
@@ -9,11 +9,11 @@ pkgbase = clipster
makedepends = python-setuptools
depends = python
depends = python-gobject
+ depends = python-pip
depends = libwnck3
provides = clipster
conflicts = clipster-git
- source = clipster-2.0.2::git+https://github.com/mrichar1/clipster.git#tag=2.0.2
+ source = clipster-2.1.1::git+https://github.com/mrichar1/clipster.git#tag=2.1.1
sha256sums = SKIP
pkgname = clipster
-
diff --git a/PKGBUILD b/PKGBUILD
index 7ac14423ff13..01d403f00a9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Samuel Walladge <samuel at swalladge dot id dot au>
pkgname=clipster
-pkgver=2.0.2
+pkgver=2.1.1
pkgrel=1
pkgdesc="Python clipboard manager"
arch=("any")
url="https://github.com/mrichar1/clipster"
license=("AGPL")
-depends=("python" "python-gobject" "libwnck3")
+depends=("python" "python-gobject" "python-pip" "libwnck3")
makedepends=("git" "python-setuptools")
source=("${pkgname}-${pkgver}::git+https://github.com/mrichar1/clipster.git#tag=${pkgver}")
sha256sums=("SKIP")