summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDustin Falgout2016-08-24 09:14:58 -0500
committerDustin Falgout2016-08-24 09:14:58 -0500
commit1666ad00f6d6656c8a2db9328028e8242cfcf495 (patch)
treefe57e7bb4db6332a725e3602a6d75139fbfdea20 /PKGBUILD
parentafeddbb626f11b917988d5a5af85946cb7b0f36b (diff)
downloadaur-1666ad00f6d6656c8a2db9328028e8242cfcf495.tar.gz
fix typo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 413eb81bf53c..99ca7fd58571 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=trailbot-client
pkgver=0.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='Trailbot desktop app for managing watchers, policies, and file events.'
arch=('x86_64')
url='https://github.com/trailbot/client'
@@ -13,7 +13,7 @@ makedepends=('npm' 'git' 'python2')
source=("https://github.com/trailbot/${pkgname}/archive/v${pkgver}.tar.gz"
"${pkgname}.desktop")
md5sums=('f0c089b3ea68a92c5bf5fc6201e18d56'
- 'ee6b7367c8ce8d6a6cd3e145eb89adc9')
+ 'c7a3244a37bd51b07d6e269868d8507d')
build() {