summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArne Beer2015-10-18 21:06:29 +0200
committerArne Beer2015-10-18 21:06:29 +0200
commit8604679f7bcbe730c4f903de20c4b19dc07f9cb7 (patch)
tree2675a4b74ab24cffe376d270eb221a1141c7ff61
parent9fc62d769f429fc717c8bb08414dd00d204f349c (diff)
downloadaur-8604679f7bcbe730c4f903de20c4b19dc07f9cb7.tar.gz
Fix sha256
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63071a3c71cc..2c5bd3d6b9df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,8 +6,8 @@ pkgbase = pueue-git
arch = any
license = MIT
depends = python
- source = https://github.com/Nukesor/Pueue/archive/0.3.5.tar.gz
- sha256sums = c4faab0a7dd92aef92b48b1c58bce7b80aefc8239b64abb4bcf60dacd9fc1fb2
+ source = https://github.com/Nukesor/pueue/archive/0.3.5.tar.gz
+ sha256sums = bd8d387e4619ea2eb4f0696da04a30f80e6f14f9142ff87035e0bb5ecdc63b1c
pkgname = pueue-git
diff --git a/PKGBUILD b/PKGBUILD
index 49d40c21ddce..672ec89bd92e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('MIT')
depends=('python')
url='https://github.com/nukesor/pueue'
source=("https://github.com/Nukesor/pueue/archive/${pkgver}.tar.gz")
-sha256sums=('be54593b219edde13fb3d0ca31e05e36e26e376f222cb9dbff986b2ef0880d49')
+sha256sums=('bd8d387e4619ea2eb4f0696da04a30f80e6f14f9142ff87035e0bb5ecdc63b1c')
package() {
cd "${srcdir}/${gitname}-$pkgver"