diff options
author | Deposite Pirate | 2023-05-20 21:45:39 +0200 |
---|---|---|
committer | Deposite Pirate | 2023-05-20 21:45:39 +0200 |
commit | beef8f879d072cc96bb38c7b801893c99048cff3 (patch) | |
tree | 324fc26093315ed956f65ed64281863f3f7afd67 /youtubedr | |
parent | 27a32bc5230f7fec51a27c8ca34bc011184be4cb (diff) |
* Remove .gitignore
* Bump
modified: youtubedr/.SRCINFO
deleted: youtubedr/.gitignore
modified: youtubedr/PKGBUILD
Diffstat (limited to 'youtubedr')
-rw-r--r-- | youtubedr/.SRCINFO | 4 | ||||
-rw-r--r-- | youtubedr/.gitignore | 1 | ||||
-rw-r--r-- | youtubedr/PKGBUILD | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/youtubedr/.SRCINFO b/youtubedr/.SRCINFO index 8b73276..3b3b495 100644 --- a/youtubedr/.SRCINFO +++ b/youtubedr/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = youtubedr pkgdesc = Download YouTube videos - pkgver = 2.7.18 + pkgver = 2.8.0 pkgrel = 1 url = https://github.com/kkdai/youtube arch = x86_64 @@ -8,7 +8,7 @@ pkgbase = youtubedr makedepends = go makedepends = git depends = glibc - source = git+https://github.com/kkdai/youtube#tag=v2.7.18 + source = git+https://github.com/kkdai/youtube#tag=v2.8.0 sha256sums = SKIP pkgname = youtubedr diff --git a/youtubedr/.gitignore b/youtubedr/.gitignore deleted file mode 100644 index 2c90a8a..0000000 --- a/youtubedr/.gitignore +++ /dev/null @@ -1 +0,0 @@ -youtube diff --git a/youtubedr/PKGBUILD b/youtubedr/PKGBUILD index 838d777..e9c94ef 100644 --- a/youtubedr/PKGBUILD +++ b/youtubedr/PKGBUILD @@ -4,7 +4,7 @@ _pkgname=youtube pkgname=youtubedr -pkgver=2.7.18 +pkgver=2.8.0 pkgrel=1 pkgdesc="Download YouTube videos" arch=('x86_64') |