summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Bryan2017-09-04 09:20:32 -0500
committerJesse Bryan2017-09-04 09:20:32 -0500
commit41b9b365d2c2d78c3d19c9c936e32549bfa76b2b (patch)
treecf0e66809c948927618c7024f3377fe0ec81da23
parent3bca6953009fa65baf5af44f57327b7e57bc0193 (diff)
downloadaur-41b9b365d2c2d78c3d19c9c936e32549bfa76b2b.tar.gz
conflicts: added gsu-git
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51392b5d24c2..c6627bbd4ce3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gsu
pkgdesc = A general screenshot and upload utility for images, video, and gifs.
pkgver = 1.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/winneon/gsu
arch = any
license = MIT
@@ -11,6 +11,7 @@ pkgbase = gsu
depends = jq
depends = bash
optdepends = xclip: Copy URLs to clipboard after upload
+ conflicts = gsu-git
source = https://codeload.github.com/winneon/gsu/tar.gz/1.0.0
sha256sums = f31f7a6071c8135b93d47fe7d535779f857238b579467ec8105defddb654b13e
diff --git a/PKGBUILD b/PKGBUILD
index be6ca15d5ff5..7de78779f34f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: Jesse Bryan <jesse@winneon.moe>
pkgname=gsu
pkgver=1.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="A general screenshot and upload utility for images, video, and gifs."
arch=("any")
url="https://github.com/winneon/${pkgname}"
license=("MIT")
+conflicts=("${pkgname}-git")
depends=("maim" "ffmpeg" "curl" "jq" "bash")
optdepends=(
"xclip: Copy URLs to clipboard after upload"