summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD3
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59fb354d9e9d..74f01fd00979 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Aug 18 16:48:01 UTC 2016
+# Thu Aug 18 17:18:34 UTC 2016
pkgbase = screencloud
pkgdesc = Easy to use screenshot sharing application.
pkgver = 1.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/olav-st/screencloud
install = screencloud.install
arch = i686
@@ -15,6 +15,7 @@ pkgbase = screencloud
depends = python
depends = qt5-x11extras
optdepends = python-crypto: required for SFTP support
+ provides = screencloud-git=1.3.1
conflicts = screencloud-git
options = strip
options = docs
@@ -26,6 +27,7 @@ pkgbase = screencloud
options = !optipng
options = !upx
options = !debug
+ options = !emptydirs
source = screencloud-1.3.1.tar.gz::https://github.com/olav-st/screencloud/archive/v1.3.1.tar.gz
sha256sums = c23d8efb955ea861920c548f7fd3255726e86409d7a2022952225c765cc3da52
diff --git a/PKGBUILD b/PKGBUILD
index d7f7507cab1d..9d6d58d87e14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=screencloud
pkgver=1.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="Easy to use screenshot sharing application."
arch=('i686' 'x86_64')
url="https://github.com/olav-st/screencloud"
@@ -13,6 +13,7 @@ optdepends=('python-crypto: required for SFTP support')
options=('strip' 'docs' 'libtool' '!staticlibs' 'emptydirs' 'zipman' 'purge' '!optipng' '!upx' '!debug' '!emptydirs')
install=screencloud.install
conflicts=('screencloud-git')
+provides=("screencloud-git=${pkgver}")
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/olav-st/${pkgname}/archive/v1.3.1.tar.gz)
sha256sums=('c23d8efb955ea861920c548f7fd3255726e86409d7a2022952225c765cc3da52')