diff options
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = indicator-stickynotes pkgdesc = Sticky Notes - pkgver = 0.5.8 + pkgver = 1.0.0 pkgrel = 1 url = https://launchpad.net/indicator-stickynotes arch = any @@ -9,8 +9,8 @@ pkgbase = indicator-stickynotes depends = python-gobject depends = libappindicator-gtk3 depends = gtksourceview3 - source = https://launchpad.net/~umang/+archive/ubuntu/indicator-stickynotes/+files/indicator-stickynotes_0.5.8-0~ppa1_all.deb - sha256sums = f2b14016f885937588af919ff7d2f101ae5d503476e98a92a420d99c06c21d5b + source = https://launchpad.net/~umang/+archive/ubuntu/indicator-stickynotes/+files/indicator-stickynotes_1.0.0-0~ppa1_all.deb + sha256sums = 17ccb4e1e04f007dd497090f2ece803c179f0164dc86c294a4b31c20a204631a pkgname = indicator-stickynotes @@ -1,7 +1,7 @@ #Maintainer: Morgana <morganamilo@gmail.com> pkgname="indicator-stickynotes" -pkgver=0.5.8 +pkgver=1.0.0 pkgrel=1 pkgdesc='Sticky Notes' arch=('any') @@ -9,7 +9,7 @@ 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}-0~ppa1_all.deb") -sha256sums=('f2b14016f885937588af919ff7d2f101ae5d503476e98a92a420d99c06c21d5b') +sha256sums=('17ccb4e1e04f007dd497090f2ece803c179f0164dc86c294a4b31c20a204631a') build() { cd ${srcdir} |