summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ffc31579d5f0..e4b95699581e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Ivan 'ivabus' Bushchik ivabus@ivabus.dev -> https://github.com/ivabus
pkgname=plainabout
-pkgver=0.1.3
-pkgrel=2
+pkgver=0.1.4
+pkgrel=1
pkgdesc="plainDE about screen"
arch=(x86_64 i686 arm armv6h armv7h aarch64)
url="https://plainde.org"
@@ -11,6 +11,8 @@ depends=(qt6-base noto-fonts-emoji polkit ttf-opensans make)
makedepends=(git)
source=("git+https://github.com/plainDE/plainAbout.git#tag=${pkgver}")
sha256sums=('SKIP')
+conflicts=('plainabout-git')
+
build() {
cd $srcdir/plainAbout