summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2021-01-16 22:14:08 +0100
committerAlexander F. Rødseth2021-01-16 22:14:08 +0100
commitc801c7ab082dd06d72158ac2ae25e6f2ee4c4b3a (patch)
treeb3ebd54f202b28ee847457648b5754cf8feeb99d
parentb820df1c3c199f763def9a6fbd4a5b5c0f462d5e (diff)
downloadaur-c801c7ab082dd06d72158ac2ae25e6f2ee4c4b3a.tar.gz
Add conflict with the "zutty" package
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 240a81f08b76..f945bff23ebe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zutty-git
pkgdesc = Terminal emulator
pkgver = 57.ccccbad
- pkgrel = 1
+ pkgrel = 2
url = https://tomscii.sig7.se/zutty
arch = x86_64
license = GPL3
@@ -10,6 +10,7 @@ pkgbase = zutty-git
depends = freetype2
depends = libglvnd
depends = libxmu
+ conflicts = zutty
source = git+https://github.com/tomszilagyi/zutty
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ae189af64dc4..998b262b72d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,16 @@
pkgname=zutty-git
pkgver=57.ccccbad
-pkgrel=1
+pkgrel=2
pkgdesc='Terminal emulator'
arch=(x86_64)
url='https://tomscii.sig7.se/zutty'
license=(GPL3)
+conflicts=(zutty)
depends=(freetype2 libglvnd libxmu)
makedepends=(git python)
source=('git+https://github.com/tomszilagyi/zutty')
-sha256sums=('SKIP')
+sha256sums=(SKIP)
pkgver() {
cd zutty