summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Luis Lafuente2015-06-18 16:51:19 +0200
committerJosé Luis Lafuente2015-06-18 16:51:19 +0200
commitce813a945f7bee7a4918bcc20599aacb7073b180 (patch)
tree564445957f2783c636b07c83f49ab548806d1faa
parent7b190dcac3ab5084395ed3d51340881ea4aa5d21 (diff)
downloadaur-ce813a945f7bee7a4918bcc20599aacb7073b180.tar.gz
Update to 3.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 6 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bab6a51e44ad..346746e36aad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = watchman
pkgdesc = An inotify-based file watching and job triggering command line utility
- pkgver = 3.1
+ pkgver = 3.2.0
pkgrel = 0
url = https://facebook.github.io/watchman/
arch = x86_64
@@ -8,10 +8,8 @@ pkgbase = watchman
license = Apache
depends = glibc
depends = pcre
- source = watchman-3.1.tar.gz::https://github.com/facebook/watchman/archive/v3.1.tar.gz
- source = https://github.com/facebook/watchman/commit/690890143518e0fa507dba10aa98b88d3df8e003.patch
- sha256sums = c463b5cd5d8ccfbe96bdbcdc5a3c04c91c8eae53e1ffa4846a7317a8f6b4f159
- sha256sums = d9c0eea3cdff0d1f9fc71720906a4490420c9fc6620271eab6922f875a08761d
+ source = watchman-3.2.0.tar.gz::https://github.com/facebook/watchman/archive/v3.2.0.tar.gz
+ sha256sums = 7ef7edb3cff99d6580630d65aedaae350308ed1ad71f30718ae7bf968b61140c
pkgname = watchman
diff --git a/PKGBUILD b/PKGBUILD
index 5da0ec059d05..08aee2e4a08d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,8 @@
# Maintainer: José Luis Lafuente <jl@lafuente.me>
# Original maintainer: Michael Louis Thaler <michael.louis.thaler@gmail.com>
pkgname=watchman
-pkgver=3.1
+pkgver=3.2.0
pkgrel=0
-_patch="690890143518e0fa507dba10aa98b88d3df8e003"
pkgdesc="An inotify-based file watching and job triggering command line utility"
url="https://facebook.github.io/watchman/"
arch=('x86_64' 'i686')
@@ -14,15 +13,8 @@ makedepends=()
conflicts=()
replaces=()
backup=()
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/facebook/watchman/archive/v${pkgver}.tar.gz"
- "https://github.com/facebook/watchman/commit/${_patch}.patch")
-sha256sums=('c463b5cd5d8ccfbe96bdbcdc5a3c04c91c8eae53e1ffa4846a7317a8f6b4f159'
- 'd9c0eea3cdff0d1f9fc71720906a4490420c9fc6620271eab6922f875a08761d')
-
-prepare() {
- cd "${srcdir}"
- patch -p1 -d ${pkgname}-${pkgver} < ${_patch}.patch
-}
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/facebook/watchman/archive/v${pkgver}.tar.gz")
+sha256sums=('7ef7edb3cff99d6580630d65aedaae350308ed1ad71f30718ae7bf968b61140c')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"