summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorblooser2019-01-17 15:24:04 +0100
committerblooser2019-01-17 15:24:04 +0100
commit49b812dc0634da8f0d448ce878aa01ad80dc712f (patch)
treec2ba3fa18c6bb5830d8338937af348ef600391ab
parenta0e04f5a95a28f80e5968e3a31d02b85ed6c2ab0 (diff)
downloadaur-49b812dc0634da8f0d448ce878aa01ad80dc712f.tar.gz
Release v1.3.2
Signed-off-by: blooser <Blooser@protonmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1efa266d88e1..cae5cd3e1fb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = cygnus
pkgdesc = RSS reader
- pkgver = 1.3
+ pkgver = 1.3.2
pkgrel = 4
url = https://github.com/blooser/cygnus
arch = x86_64
license = MIT
makedepends = python-setuptools
depends = python3
- source = https://github.com/blooser/cygnus/archive/v1.3.tar.gz
- md5sums = 26cfda2c5b20496debe039d94207404d
+ source = https://github.com/blooser/cygnus/archive/v1.3.2.tar.gz
+ md5sums = f04eaf92bf9d246262ef0c70b79c181f
pkgname = cygnus
diff --git a/PKGBUILD b/PKGBUILD
index a3cb9bc4c794..57f9c6ccfa35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Blooser <blooser@protonmail.com>
pkgname=cygnus
-pkgver=1.3
+pkgver=1.3.2
pkgrel=4
pkgdesc="RSS reader"
arch=('x86_64')
-md5sums=('26cfda2c5b20496debe039d94207404d')
+md5sums=('f04eaf92bf9d246262ef0c70b79c181f')
url="https://github.com/blooser/cygnus"
license=('MIT')
depends=('python3')
@@ -45,3 +45,4 @@ package() {
echo "alias cygnus=${applocation}/run.sh" >> ~/.bashrc
fi
}
+