diff options
author | morganamilo | 2019-07-03 16:31:56 +0100 |
---|---|---|
committer | morganamilo | 2019-07-03 16:31:56 +0100 |
commit | ba6ba91f1ebe451b841aa4340d270e31ffed77be (patch) | |
tree | 385bd9bd15898ec550e9c7a5ed94b6724ea0f0cf | |
parent | 735df2cc4cf323a8b120531f52bd0b2e046b743b (diff) | |
download | aur-indicator-stickynotes.tar.gz |
1.0.0
-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} |