Skip to content

Commit

Permalink
pmanager 0.1.5
Browse files Browse the repository at this point in the history
taglib, rebuild old package
youtube-dl 2018.11.18
  • Loading branch information
demmm committed Nov 18, 2018
1 parent 1839b8f commit 0af671f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pmanager/PKGBUILD
@@ -1,8 +1,8 @@

pkgname=pmanager
pkgver=0.1.2
pkgver=0.1.5
pkgrel=1
_commit=98242cf56d035cd7961750717659cede0f60abda
_commit=71546316e55c40e63ff6d5dfc1ea442bf910b765
pkgdesc="Packages viewer & Mirrors status used by KaOS"
arch=('x86_64')
url="https://github.com/KaOSx/pmanager"
Expand All @@ -13,7 +13,7 @@ source=("https://github.com/KaOSx/pmanager/archive/${_commit}.zip"
'pmanager.service'
'pmanager_update.service'
'pmanager_update.timer')
md5sums=('c1dba70570951d51d2e8a6d3e855ec61'
md5sums=('7dbdeb12afcc9ef6b210faba57a1fa03'
'680f391419f6ced62a6984f9a1eb69ef'
'4d340e0496cc1c69fb0a319ba460d39b'
'9ae0fe194f318cff49054bf6d57d4978')
Expand Down
2 changes: 1 addition & 1 deletion taglib/PKGBUILD
@@ -1,7 +1,7 @@

pkgname=taglib
pkgver=1.11.1
pkgrel=1
pkgrel=2
pkgdesc="A Library for reading and editing the meta-data of several popular audio formats"
arch=('x86_64')
url="http://taglib.github.io/"
Expand Down
4 changes: 2 additions & 2 deletions youtube-dl/PKGBUILD
@@ -1,6 +1,6 @@

pkgname=youtube-dl
pkgver=2018.11.07
pkgver=2018.11.18
pkgrel=1
pkgdesc='Small command-line program to download videos from YouTube.com and other video sites'
arch=('x86_64')
Expand All @@ -9,7 +9,7 @@ license=('custom')
depends=('python3')
makedepends=('zip')
source=("https://github.com/rg3/youtube-dl/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('69f6f7bc3280fe8fc89347050b07072e51fcca63d31da531f353d43545156ce7')
sha256sums=('d8bbe067d081d08388914349ac17fdddee8abf35177cb6ee6b4aa5d7b7e77bf3')

build() {
cd ${pkgname}
Expand Down

0 comments on commit 0af671f

Please sign in to comment.