summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Bargen2016-03-17 23:01:29 +0100
committerDanilo Bargen2016-03-17 23:01:29 +0100
commit096d60d2479c7af8db109c9eddc78c392d945dd7 (patch)
tree167570e81e9a7f394370bfec6ffe792be9f46fa8
parent8450d57efd9aed19bca985297d7b0b3d10166d99 (diff)
downloadaur-096d60d2479c7af8db109c9eddc78c392d945dd7.tar.gz
Version 1.0.0b2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39040f315035..9e32a8244dff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Mar 17 21:40:15 UTC 2016
+# Thu Mar 17 22:01:22 UTC 2016
pkgbase = upscrot
pkgdesc = Take a screenshot using the Linux scrot command and upload it directly to your SSH server.
- pkgver = 1.0.0b1
+ pkgver = 1.0.0b2
pkgrel = 1
url = https://github.com/dbrgn/upscrot
arch = i686
@@ -16,9 +16,9 @@ pkgbase = upscrot
depends = scrot
provides = upscrot
conflicts = upscrot
- noextract = upscrot-1.0.0b1-py3-none-any.whl
- source = https://pypi.python.org/packages/py3/u/upscrot/upscrot-1.0.0b1-py3-none-any.whl
- sha256sums = 100a8b34ec4b5cd8218d97d2a3bf2361a54710a3117f3f5441ede2085c6148e2
+ noextract = upscrot-1.0.0b2-py3-none-any.whl
+ source = https://pypi.python.org/packages/py3/u/upscrot/upscrot-1.0.0b2-py3-none-any.whl
+ sha256sums = d04b88f7fc7e93b0a49e5a76d0c4c2f60fad2a943de25d605046f2993680a801
pkgname = upscrot
diff --git a/PKGBUILD b/PKGBUILD
index 55716c3d36e6..551861192e73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Danilo Bargen aur ât dbrgn döt ch
pkgname=upscrot
-pkgver=1.0.0b1
+pkgver=1.0.0b2
pkgrel=1
_wheel="${pkgname}-${pkgver}-py3-none-any.whl"
pkgdesc="Take a screenshot using the Linux scrot command and upload it directly to your SSH server."
@@ -15,7 +15,7 @@ provides=('upscrot')
conflicts=('upscrot')
noextract=(${_wheel})
source=("https://pypi.python.org/packages/py3/u/${pkgname}/${_wheel}")
-sha256sums=('100a8b34ec4b5cd8218d97d2a3bf2361a54710a3117f3f5441ede2085c6148e2')
+sha256sums=('d04b88f7fc7e93b0a49e5a76d0c4c2f60fad2a943de25d605046f2993680a801')
package() {
cd "$srcdir"