summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f6f33ef2cf7..edb7ed9b59b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,19 +5,17 @@ pkgname=bashcaster
pkgver=0.1
pkgrel=1
pkgdesc="Simple script that uses ffmpeg to record screencasts to videos or GIFs."
-arch=("any")
-
url="https://github.com/alphapapa/bashcaster"
+arch=("any")
license=("GPL3")
-
depends=("ffmpeg" "xorg-xprop" "xorg-xwininfo" "yad")
optdepends=("gifsicle")
-conflicts=("${pkgname}-git")
-
source=("${url}/archive/${pkgver}.tar.gz")
sha512sums=("e277c8773505f90f1462422cdf8c87340e5e4fafeaf7853761cbff891d0847724699b21a5d599aaccfed445d0d2435e398256e3b685a98955399cb3fa855342d")
+conflicts=("${pkgname}-git")
+
package() {
cd "${pkgname}-${pkgver}"