diff options
author | morganamilo | 2017-11-28 17:20:18 +0000 |
---|---|---|
committer | morganamilo | 2017-11-28 17:20:18 +0000 |
commit | 31eda3d9b63ddd6e67cc3aa169c06f82472c54dd (patch) | |
tree | 8499ddfd5665f60e2f5656d8ffff917197143318 | |
parent | 0be0385010be258a778f57d85acf76c0556168ca (diff) | |
download | aur-31eda3d9b63ddd6e67cc3aa169c06f82472c54dd.tar.gz |
update to 0.5.8
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 14 |
2 files changed, 13 insertions, 11 deletions
@@ -1,17 +1,15 @@ -# Generated by mksrcinfo v8 -# Wed Jan 20 04:56:16 UTC 2016 pkgbase = indicator-stickynotes pkgdesc = Sticky Notes - pkgver = 0.5.6 - pkgrel = 2 + pkgver = 0.5.8 + pkgrel = 1 arch = any license = GPL3 depends = python3 depends = python-gobject depends = libappindicator-gtk3 depends = gtksourceview3 - source = https://launchpad.net/~umang/+archive/ubuntu/indicator-stickynotes/+files/indicator-stickynotes_0.5.6-0ppa1_all.deb - sha256sums = c239f9763995463dab33abe12eda71421a5d11c1dfc2cbeea4fab1c6bc2235b8 + source = https://launchpad.net/~umang/+archive/ubuntu/indicator-stickynotes/+files/indicator-stickynotes_0.5.8-0~ppa1_all.deb + sha256sums = f2b14016f885937588af919ff7d2f101ae5d503476e98a92a420d99c06c21d5b pkgname = indicator-stickynotes @@ -1,16 +1,19 @@ +#Maintainer: Morgana <morganamilo@gmail.com> + pkgname="indicator-stickynotes" -pkgver=0.5.6 -pkgrel=2 +pkgver=0.5.8 +pkgrel=1 pkgdesc='Sticky Notes' arch=('any') +url="https://launchpad.net/indicator-stickynotes" license=('GPL3') depends=('python3' 'python-gobject' 'libappindicator-gtk3' 'gtksourceview3') -source=("https://launchpad.net/~umang/+archive/ubuntu/indicator-stickynotes/+files/${pkgname}_${pkgver}-0ppa1_all.deb") -sha256sums=('c239f9763995463dab33abe12eda71421a5d11c1dfc2cbeea4fab1c6bc2235b8') +source=("https://launchpad.net/~umang/+archive/ubuntu/indicator-stickynotes/+files/${pkgname}_${pkgver}-0~ppa1_all.deb") +sha256sums=('f2b14016f885937588af919ff7d2f101ae5d503476e98a92a420d99c06c21d5b') build() { cd ${srcdir} - ar x ${pkgname}_${pkgver}-0ppa1_all.deb > /dev/null + ar x "${pkgname}_${pkgver}-0~ppa1_all.deb" > /dev/null tar -xf data.tar.xz } @@ -20,3 +23,4 @@ package() { cp -R etc ${pkgdir} cp -R usr ${pkgdir} } + |