summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrainDamage2021-09-19 21:53:13 +0200
committerBrainDamage2021-09-19 21:53:13 +0200
commit6d15565f9ba238a95b2972fa620d7b4caee31a05 (patch)
tree5a24c8afe8b57922307f16556656971516bdfbe0
parent0407cc35f60f01e92ae84c0ece46fc86f36be5ee (diff)
downloadaur-6d15565f9ba238a95b2972fa620d7b4caee31a05.tar.gz
added missing libbsd dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef0956284a1b..5ffbe7bf0bdd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libsixel
pkgdesc = provides a codec for DEC SIXEL graphics, and some converter programs
pkgver = 1.10.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/libsixel/libsixel
arch = i686
arch = x86_64
@@ -12,6 +12,7 @@ pkgbase = libsixel
depends = python
depends = curl
depends = gdk-pixbuf2
+ depends = libbsd
source = https://github.com/libsixel/libsixel/archive/v1.10.1.tar.gz
sha256sums = 67032a0b9c5a1022308710eb863489dfb9ef685d222106bd8d3e4a3aafa2855c
diff --git a/PKGBUILD b/PKGBUILD
index d32f229a10e9..2a05c07abd5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: BrainDamage
pkgname="libsixel"
-pkgrel=1
+pkgrel=2
pkgver="1.10.1"
pkgdesc="provides a codec for DEC SIXEL graphics, and some converter programs"
arch=("i686" "x86_64")
url="https://github.com/libsixel/libsixel"
license=("MIT")
-depends=("libjpeg-turbo" "libpng" "python" "curl" "gdk-pixbuf2")
+depends=("libjpeg-turbo" "libpng" "python" "curl" "gdk-pixbuf2" "libbsd")
makedepends=("meson")
sha256sums=('67032a0b9c5a1022308710eb863489dfb9ef685d222106bd8d3e4a3aafa2855c')
source=("https://github.com/libsixel/libsixel/archive/v${pkgver}.tar.gz")