summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Dzieciolowski2018-06-24 01:12:24 +0200
committerPawel Dzieciolowski2018-06-24 01:12:24 +0200
commit56bcb02174c22a712cd4a08e3815e99a890d8c46 (patch)
tree2c886cc700c0502540ad3b98798b57c6aee44a11
parent01a0cb820b0af3a5e62497ac35277fa75ee4a8e4 (diff)
downloadaur-56bcb02174c22a712cd4a08e3815e99a890d8c46.tar.gz
update to 1.0.0-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5a6211527ce..12bc6666fa4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = squeue
pkgdesc = Simple queue implementation based on Screen command
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dzieciolowski/squeue
arch = any
license = MIT
depends = screen
depends = coreutils
depends = bash
- source = v1.0.0.zip::https://github.com/dzieciolowski/squeue/archive/v1.0.0.zip
- sha256sums = a7371389ec5790b8bd7f0279fe325efc02c00b2a04cb8f96778ef87df8275902
+ source = squeue-1.0.0.zip::https://github.com/dzieciolowski/squeue/archive/v1.0.0.zip
+ sha256sums = dbb1bd081d6cdd6c8c530704e69bf67045d2fe9f9d76470e23a0c503a8a9cf3a
pkgname = squeue
diff --git a/PKGBUILD b/PKGBUILD
index 86b4efee19a0..0503af257e21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=squeue
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='Simple queue implementation based on Screen command'
arch=('any')
url='https://github.com/dzieciolowski/squeue'
license=('MIT')
depends=('screen' 'coreutils' 'bash')
-source=("v${pkgver}.zip::https://github.com/dzieciolowski/${pkgname}/archive/v${pkgver}.zip")
-sha256sums=('a7371389ec5790b8bd7f0279fe325efc02c00b2a04cb8f96778ef87df8275902')
+source=("${pkgname}-${pkgver}.zip::https://github.com/dzieciolowski/${pkgname}/archive/v${pkgver}.zip")
+sha256sums=('dbb1bd081d6cdd6c8c530704e69bf67045d2fe9f9d76470e23a0c503a8a9cf3a')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"