summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLancia2022-10-30 11:40:00 +0330
committerLancia2022-10-30 11:40:00 +0330
commit0f4b95f8c3e1f553facb4501ca9a79248666ccca (patch)
treea32beb9a0cdf7b981a5ade9fcc19b9ff0405616a
parentda7e5409e45eb242f47a98e81a78aa30589cbad0 (diff)
downloadaur-0f4b95f8c3e1f553facb4501ca9a79248666ccca.tar.gz
Removed conflicts variable and bumped pkgrel to 3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff45e3cd4968..42cf892832f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,12 @@
pkgbase = herbe
pkgdesc = Daemon-less notifications without D-Bus
pkgver = 1.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/dudik/herbe
arch = x86_64
license = MIT
depends = libx11
depends = libxft
- conflicts = herbe
- conflicts = herbe-git
source = herbe-1.0.0.tar.gz::https://github.com/dudik/herbe/archive/1.0.0.tar.gz
sha256sums = 78e454159050c86e030fb5a6cf997ac914345210cdf5a4ca4d7600c5296b7f76
diff --git a/PKGBUILD b/PKGBUILD
index a7e82bb56632..aae2ce2ffcec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,12 @@
# Maintainer: Lancia Greggori <lanciagreggori@gmail.com>
pkgname='herbe'
pkgver='1.0.0'
-pkgrel='2'
+pkgrel='3'
pkgdesc='Daemon-less notifications without D-Bus'
arch=('x86_64')
url='https://github.com/dudik/herbe'
license=('MIT')
depends=('libx11' 'libxft')
-conflicts=('herbe' 'herbe-git')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dudik/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('78e454159050c86e030fb5a6cf997ac914345210cdf5a4ca4d7600c5296b7f76')