summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 11 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7e533b9f1d4..153bdc1e5f38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,20 @@
pkgbase = birtty-git
pkgdesc = Try not to crash that bird
pkgver = 18.06.r0.gb693f8b
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://www.uninformativ.de/git/birtty/file/README.html
arch = x86_64
arch = i686
+ arch = pentium4
arch = arm
arch = armv6h
arch = armv7h
arch = aarch64
license = MIT
+ makedepends = git
+ provides = birtty
+ conflicts = birtty
source = git+https://www.uninformativ.de/git/birtty.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3a46ee38e86a..af85bd8494f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,17 @@
-# Maintainer: Fabio 'Lolix' Loli <lolix@disroot.org>
+# Contributor: Fabio 'Lolix' Loli <fabio.loli@disroot.org>
# Contributor: Janne Heß <jannehess@gmail.com>
pkgname=birtty-git
pkgver=18.06.r0.gb693f8b
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Try not to crash that bird"
-arch=(x86_64 i686 arm armv6h armv7h aarch64)
+arch=(x86_64 i686 pentium4 arm armv6h armv7h aarch64)
url="https://www.uninformativ.de/git/birtty/file/README.html"
license=(MIT)
+makedepends=(git)
+provides=(birtty)
+conflicts=(birtty)
source=("git+https://www.uninformativ.de/git/birtty.git")
sha512sums=('SKIP')