summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e941ab303201..2780620c73d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: OS Hazard <oshazard+aur@gmail.com>
pkgname=withlock
pkgver=0.4
-pkgrel=1
+pkgrel=2
pkgdesc="A locking wrapper script to make sure that some program is not run more than once"
url="http://github.com/poeml/withlock"
license="Apache"
arch=('any')
makedepends=('')
depends=('python2')
-provides=('withlock')
+provides=('withlock' 'withlock-svn')
+replaces=('withlock-svn')
source=("https://github.com/poeml/withlock/archive/master.tar.gz")
md5sums=('18f2c2cb6f7b6356113a7f641d1d5cb3')