summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhazard2015-07-25 02:22:52 -0700
committerhazard2015-07-25 02:22:52 -0700
commitfa3db1ef161384d35a35b42e74ee4b989f21cd37 (patch)
treec20fbed9216caef9029c676419dde266105fd573
parentb9d6cd7ba0d7588fe431b92c49e280b1e0d08c17 (diff)
downloadaur-fa3db1ef161384d35a35b42e74ee4b989f21cd37.tar.gz
Package withlock submitted by aurpush
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce7795128593..005ba64f1443 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = withlock
pkgdesc = A locking wrapper script to make sure that some program is not run more than once
pkgver = 0.4
- pkgrel = 1
+ pkgrel = 2
url = http://github.com/poeml/withlock
arch = any
license = Apache
depends = python2
provides = withlock
+ provides = withlock-svn
+ replaces = withlock-svn
source = https://github.com/poeml/withlock/archive/master.tar.gz
md5sums = 18f2c2cb6f7b6356113a7f641d1d5cb3
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')