summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjahendrie2017-12-03 22:48:26 -0900
committerjahendrie2017-12-03 22:48:26 -0900
commit7e5947c562237726df685587e327d690c5c7597c (patch)
tree7031d51db6b86c6ab0bfdef1f8c02e57f357fdbd
parent55b9d1218e7104aecf5e5f7d78493fa2fc77a713 (diff)
downloadaur-7e5947c562237726df685587e327d690c5c7597c.tar.gz
Added a desktop file, changed icon
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d157339402ea..fcdf5ef540e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qytdl
pkgdesc = Basic PyQt5 frontend to Youtube-DL
pkgver = 0.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jahendrie/qytdl
arch = any
license = GPL3
@@ -10,8 +10,8 @@ pkgbase = qytdl
depends = python-pyqt5>=5.6
depends = pyqt5-common>=5.6
depends = youtube-dl
- source = http://www.someplacedumb.net/content/progs/qytdl/qytdl-0.8.tar.gz
- md5sums = 36066022082a0fd54e47c44f655184ee
+ source = http://www.someplacedumb.net/content/progs/qytdl/qytdl-0.8-2.tar.gz
+ md5sums = bb559df9807569ec654580fd7b740539
pkgname = qytdl
diff --git a/PKGBUILD b/PKGBUILD
index 0fd241a5a101..f8ba7f4116a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: James Hendrie <hendrie.james@gmail.com>
pkgname=qytdl
pkgver=0.8
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Basic PyQt5 frontend to Youtube-DL"
arch=('any')
@@ -19,13 +19,13 @@ backup=()
options=()
install=
changelog=
-source=("http://www.someplacedumb.net/content/progs/$pkgname/$pkgname-$pkgver.tar.gz")
+source=("http://www.someplacedumb.net/content/progs/$pkgname/$pkgname-$pkgver-2.tar.gz")
noextract=()
-md5sums=('36066022082a0fd54e47c44f655184ee')
+md5sums=('bb559df9807569ec654580fd7b740539')
validpgpkeys=()
package() {
- cd "$pkgname-$pkgver"
+ cd "$pkgname-$pkgver-2"
echo "$pkgdir"
make PREFIX="$pkgdir/usr" install
#make DESTDIR="$pkgdir/" install