summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaikel Wever2017-09-29 14:47:13 +0200
committerMaikel Wever2017-09-29 14:47:13 +0200
commitc2f4bbd83a793c5d15a440b812e4cb3fc22ae954 (patch)
treedac00e4d0c53b07611cde06b222e81cfb0e76748
parent23b09ed5024a8fd356b2fb61fcd8133f03ecbdfb (diff)
downloadaur-c2f4bbd83a793c5d15a440b812e4cb3fc22ae954.tar.gz
Fix autoupdate bork
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5700b5fc139..91991096cdc5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Sep 29 11:53:57 UTC 2017
+# Fri Sep 29 12:47:08 UTC 2017
pkgbase = npm-accel
pkgdesc = Accelerator for npm, the Node.js package manager
pkgver = 1.0
@@ -14,7 +14,7 @@ pkgbase = npm-accel
depends = python-property-manager
depends = python-verboselogs
source = https://github.com/xolox/python-npm-accel/archive/1.0.tar.gz
- md5sums = 7d269f2ba93d802ce015b92ac7b6cad4
+ md5sums = 3917fc0806dbd5796a020ac1f43c2f3c
pkgname = npm-accel
diff --git a/PKGBUILD b/PKGBUILD
index 285acd343eae..7ae63a12f99c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ url="https://github.com/xolox/python-npm-accel"
license=('MIT')
depends=('python' 'python-chardet' 'python-executor' 'python-humanfriendly' 'python-property-manager' 'python-verboselogs')
source=("https://github.com/xolox/python-${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('7d269f2ba93d802ce015b92ac7b6cad4')
+md5sums=('3917fc0806dbd5796a020ac1f43c2f3c')
arch=('any')
package() {