summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Goetschalckx2018-10-28 12:28:30 +0100
committerPieter Goetschalckx2018-10-28 12:28:30 +0100
commite666e95d9bebdf9c3274fc5a720dd67b9f3ebc47 (patch)
treea8059b9fe65baaca53091cbf4ed71dacc6cca431
parent10b53bb9012b37a51b7d82ff0fd9eab36862c078 (diff)
downloadaur-e666e95d9bebdf9c3274fc5a720dd67b9f3ebc47.tar.gz
Rename to gif-for-cli-git
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bfa90d28259..463122858ee8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
-pkgbase = gif-for-cli
+pkgbase = gif-for-cli-git
pkgdesc = Render an animated GIF to your command line terminal.
- pkgver = r23.89d364c
+ pkgver = r24.9696f25
pkgrel = 1
url = https://github.com/google/gif-for-cli
arch = any
@@ -12,8 +12,8 @@ pkgbase = gif-for-cli
depends = python-requests
depends = python-x256
depends = ffmpeg
- source = git+https://github.com/google/gif-for-cli
+ source = gif-for-cli-git::git+https://github.com/google/gif-for-cli
sha256sums = SKIP
-pkgname = gif-for-cli
+pkgname = gif-for-cli-git
diff --git a/PKGBUILD b/PKGBUILD
index 65e22a8158fb..f3a129ea34d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pieter Goetschalckx <3.14.e.ter <at> gmail <dot> com>
-pkgname=gif-for-cli
-pkgver=r23.89d364c
+pkgname=gif-for-cli-git
+pkgver=r24.9696f25
pkgrel=1
pkgdesc="Render an animated GIF to your command line terminal."
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/google/gif-for-cli"
license=('Apache')
depends=('python' 'python-pillow' 'python-requests' 'python-x256' 'ffmpeg')
makedepends=('git' 'python-setuptools')
-source=("git+https://github.com/google/$pkgname")
+source=("$pkgname::git+https://github.com/google/gif-for-cli")
sha256sums=('SKIP')
pkgver() {