summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArne Beer2019-03-07 01:44:07 +0100
committerArne Beer2019-03-07 01:44:07 +0100
commit47e6962cffb7e34d5961b1a8ea8285e87fd5d35a (patch)
treea600898da5c0a66da2289b37f0e0b90be4f9ce18
parentcaf25aceed831672b818f5a955357e06ebf19370 (diff)
downloadaur-47e6962cffb7e34d5961b1a8ea8285e87fd5d35a.tar.gz
Fix description
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c2b475afb24..701c550e2a6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,5 @@
-# Generated by mksrcinfo v8
-# Fri Mar 2 11:31:50 UTC 2018
pkgbase = encarne-git
- pkgdesc = A command scheduler and manager for shell commands
+ pkgdesc = A program for automatic reencoding of all video containers to h.265 in a specific directory
pkgver = 1.3.0.r0.gfbee758
pkgrel = 1
url = https://github.com/nukesor/encarne
diff --git a/PKGBUILD b/PKGBUILD
index cded256c93b0..7d07a5ea892e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=${_gitname}-git
pkgver='1.3.0.r0.gfbee758'
pkgrel=1
arch=('any')
-pkgdesc='A command scheduler and manager for shell commands'
+pkgdesc='A program for automatic reencoding of all video containers to h.265 in a specific directory'
license=('MIT')
depends=('mediainfo' 'pueue' 'python-lxml' 'python-sqlalchemy' 'python-sqlalchemy-utils' 'python-humanfriendly')
makedepends=('git' 'python-setuptools')