summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Goetschalckx2020-10-25 19:03:43 +0100
committerPieter Goetschalckx2020-10-25 19:03:43 +0100
commit4f3ec315f0b1f804ac91072ff45f05b036a6330d (patch)
tree5364b19fb62bdecfc8555b7e2b86010b41ea8c27
parente666e95d9bebdf9c3274fc5a720dd67b9f3ebc47 (diff)
downloadaur-gif-for-cli-git.tar.gz
Use python-x256-git
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 463122858ee8..b865e68da44a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gif-for-cli-git
pkgdesc = Render an animated GIF to your command line terminal.
- pkgver = r24.9696f25
+ pkgver = r25.31f8aa2
pkgrel = 1
url = https://github.com/google/gif-for-cli
arch = any
@@ -10,7 +10,7 @@ pkgbase = gif-for-cli-git
depends = python
depends = python-pillow
depends = python-requests
- depends = python-x256
+ depends = python-x256-git
depends = ffmpeg
source = gif-for-cli-git::git+https://github.com/google/gif-for-cli
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f3a129ea34d2..1b7db8918066 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Pieter Goetschalckx <3.14.e.ter <at> gmail <dot> com>
pkgname=gif-for-cli-git
-pkgver=r24.9696f25
+pkgver=r25.31f8aa2
pkgrel=1
pkgdesc="Render an animated GIF to your command line terminal."
arch=('any')
url="https://github.com/google/gif-for-cli"
license=('Apache')
-depends=('python' 'python-pillow' 'python-requests' 'python-x256' 'ffmpeg')
+depends=('python' 'python-pillow' 'python-requests' 'python-x256-git' 'ffmpeg')
makedepends=('git' 'python-setuptools')
source=("$pkgname::git+https://github.com/google/gif-for-cli")
sha256sums=('SKIP')