summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Parreira2022-11-09 23:23:53 +0000
committerGustavo Parreira2022-11-09 23:23:53 +0000
commit749ab8170e1209db6824c0c99a24172b6f258891 (patch)
tree1bf11770d464512ac3da8e12087e9e301a34f34d
parente12cf2eea4866e91a915772400589f8c47635827 (diff)
downloadaur-749ab8170e1209db6824c0c99a24172b6f258891.tar.gz
fix: added provides and conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7a7c048a5b5..abf694531254 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hyprshot
pkgdesc = A utility to easily take screenshots in Hyprland using your mouse
pkgver = 1.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Gustash/hyprshot
arch = any
license = GPL
@@ -10,6 +10,8 @@ pkgbase = hyprshot
depends = slurp
depends = wl-clipboard
depends = libnotify
+ provides = hyprshot
+ conflicts = hyprshot
source = hyprshot-1.0.1.tar.gz::https://github.com/Gustash/hyprshot/archive/1.0.1.tar.gz
sha512sums = 315f0b41100a66ae5dc640a00a6d6e7af0c595b71f5f2562c417999015f58de03ed7b26acf9115f472a721389c627eafec6a83221ce54847f5d6603dae4c98ce
diff --git a/PKGBUILD b/PKGBUILD
index 5ac2a87c9d08..966aea77f772 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Gustavo Parreira <gustavotcparreira at gmail dot com>
pkgname=hyprshot
pkgver=1.0.1
-pkgrel=1
+pkgrel=2
url="https://github.com/Gustash/hyprshot"
pkgdesc="A utility to easily take screenshots in Hyprland using your mouse"
arch=('any')
license=('GPL')
depends=('jq' 'grim' 'slurp' 'wl-clipboard' 'libnotify')
-optdepends=()
+provides=("$pkgname")
+conflicts=("$pkgname")
source=("hyprshot-$pkgver.tar.gz::https://github.com/Gustash/hyprshot/archive/$pkgver.tar.gz")
sha512sums=('315f0b41100a66ae5dc640a00a6d6e7af0c595b71f5f2562c417999015f58de03ed7b26acf9115f472a721389c627eafec6a83221ce54847f5d6603dae4c98ce')