Date: Wednesday, August 21, 2019 @ 20:05:17 Author: anthraxx Revision: 360533
upgpkg: mypaint-brushes 2.0.1-1 Modified: mypaint-brushes/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-08-21 19:26:15 UTC (rev 360532) +++ PKGBUILD 2019-08-21 20:05:17 UTC (rev 360533) @@ -2,16 +2,16 @@ # Contributor: vimacs <https://vimacs.lcpu.club> pkgname=mypaint-brushes -pkgver=1.3.0 -pkgrel=3 +pkgver=2.0.1 +pkgrel=1 pkgdesc='Brushes used by MyPaint and other software using libmypaint' -url='https://github.com/Jehan/mypaint-brushes' +url='https://github.com/mypaint/mypaint-brushes' arch=('any') license=('custom:CC0') depends=('libmypaint') -source=(${pkgname}-${pkgver}.tar.gz::https://github.com/Jehan/mypaint-brushes/archive/v${pkgver}.tar.gz) -sha256sums=('704bb6420e65085acfd7a61d6050e96b0395c5eab078433f11406c355f16b214') -sha512sums=('f8e0050cd700358d75cd25e40acd73905e2a53f21c6177cf67e8012aa4fbba8dc445109f07601c3846f95532a40feff4441081c0aa4e958049fc0ed8008fb414') +source=(https://github.com/mypaint/mypaint-brushes/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz) +sha256sums=('5572c849c3cf01c33bceddb97f9ced55a219265738a46e406ddb5220ac59e22a') +sha512sums=('9dfaea56f6f1383cb3405afd05e339c00bad5e5bf383a9176cf24135899930bc719ff62787f1c6882c6b295440214dfc17815f81c043154cf9389756b8e85b65') prepare() { cd ${pkgname}-${pkgver}
