summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2023-03-13 01:17:37 +0100
committerpiotr2023-03-13 01:17:37 +0100
commit400fe46dec61c169ddff0fac9ec1cbedfe8441f5 (patch)
tree19aea652fb3be966e8ecbc4a54bd023066b36e97
parent7b5af1f7242219946b91c2f7ee31996e5371831c (diff)
downloadaur-400fe46dec61c169ddff0fac9ec1cbedfe8441f5.tar.gz
update to 0.1.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a4868b7b715..04e04d2a0f29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nwg-icon-picker
- pkgdesc = GTK icon chooser with textual search
- pkgver = 0.0.1
- pkgrel = 2
+ pkgdesc = GTK icon picker with textual search
+ pkgver = 0.1.0
+ pkgrel = 1
url = https://github.com/nwg-piotr/nwg-icon-picker
arch = x86_64
license = MIT
@@ -12,7 +12,7 @@ pkgbase = nwg-icon-picker
provides = nwg-icon-picker
conflicts = nwg-icon-picker
conflicts = nwg-icon-picker-git
- source = nwg-icon-picker-0.0.1.tar.gz::https://github.com/nwg-piotr/nwg-icon-picker/archive/v0.0.1.tar.gz
- md5sums = 7ed0b75ea5ad18ec1f69acf62e75e28c
+ source = nwg-icon-picker-0.1.0.tar.gz::https://github.com/nwg-piotr/nwg-icon-picker/archive/v0.1.0.tar.gz
+ md5sums = b219c223ef52affcbbfa653615e9b627
pkgname = nwg-icon-picker
diff --git a/PKGBUILD b/PKGBUILD
index 6cbf78f7d209..c8647541b32c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-icon-picker')
-pkgver=0.0.1
-pkgrel=2
-pkgdesc="GTK icon chooser with textual search"
+pkgver=0.1.0
+pkgrel=1
+pkgdesc="GTK icon picker with textual search"
arch=('x86_64')
url="https://github.com/nwg-piotr/nwg-icon-picker"
license=('MIT')
@@ -12,7 +12,7 @@ depends=('python' 'python-gobject' 'gtk3')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/nwg-piotr/nwg-icon-picker/archive/v"$pkgver".tar.gz")
-md5sums=('7ed0b75ea5ad18ec1f69acf62e75e28c')
+md5sums=('b219c223ef52affcbbfa653615e9b627')
package() {
cd "${pkgname}-${pkgver}"