summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormichaelb2020-09-03 15:39:16 +0200
committermichaelb2020-09-03 15:39:16 +0200
commit66a4cd5624d02b85e31adae32d505b0282cf877c (patch)
tree1f4cb7e6cefea0480ceeee636b4d5ca17f653962
parentc3e3ac10bed3b94b8c02d96239c379392cd2ac1b (diff)
downloadaur-66a4cd5624d02b85e31adae32d505b0282cf877c.tar.gz
bump to 1.2.1 (path)
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD2
3 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27091d8e8663..0e5b664f0fbf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = auto-ytdl-git
pkgdesc = A youtube-dl wrapper with automatisation features. Run from terminal: aytdl
- pkgver = 1.2.0.r10.g4dfadd1
+ pkgver = 1.2.1.r10.g5be3d3f
pkgrel = 1
url = https://github.com/michaelb/auto-ytdl
arch = any
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..153531cf6328
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+src/
+pkg/
+auto-ytdl-git/
+*.tar.gz*
diff --git a/PKGBUILD b/PKGBUILD
index 8d75e9a61ae8..a08305ab6686 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='auto-ytdl-git'
pkgdesc='A youtube-dl wrapper with automatisation features. Run from terminal: aytdl'
-pkgver=1.2.0.r10.g4dfadd1
+pkgver=1.2.1.r10.g5be3d3f
pkgrel=1
arch=('any')
url='https://github.com/michaelb/auto-ytdl'