summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2017-09-13 14:30:15 +0200
committerHans-Nikolai Viessmann2017-09-13 14:30:15 +0200
commite4a5953e9e4df004dabe5e8e838c5cbd1bef5ddb (patch)
tree8a59c7fe41c4906bb861aaefeace67ea2d5fc4ad
parent97aac6d710a27184ef7056b638cf2be5ec74513e (diff)
downloadaur-e4a5953e9e4df004dabe5e8e838c5cbd1bef5ddb.tar.gz
Bump to version 1.65
-rw-r--r--.SRCINFO8
-rw-r--r--CHANGELOG.md13
-rw-r--r--PKGBUILD6
3 files changed, 20 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00a5b8384eb6..849d57b87a7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = autodl-irssi-community
pkgdesc = Community fork of the plugin for irssi which monitors IRC announce channels and downloads torrents based on user defined filters.
- pkgver = 1.64
- pkgrel = 2
+ pkgver = 1.65
+ pkgrel = 1
url = https://github.com/autodl-community/autodl-irssi
install = autodl-irssi-community.install
changelog = CHANGELOG.md
@@ -19,8 +19,8 @@ pkgbase = autodl-irssi-community
provides = autodl-irssi
conflicts = autodl-irssi-svn
replaces = autodl-irssi-svn
- source = https://github.com/autodl-community/autodl-irssi/archive/community-v1.64.tar.gz
- md5sums = 6bc8c713949897b683a8811ed57ec40c
+ source = https://github.com/autodl-community/autodl-irssi/archive/community-v1.65.tar.gz
+ md5sums = 96dd306e3bb0ac35842fb392a1e4d95b
pkgname = autodl-irssi-community
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8316abc62e7f..22602025d4be 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,19 @@
Notable changes for the [autodl-irssi-community](https://github.com/autodl-community/autodl-irssi) project.
+## [community-v1.65](https://github.com/autodl-community/autodl-irssi/releases/tag/community-v1.65) (2017-08-30)
+
+[Commits](https://github.com/autodl-community/autodl-irssi/compare/community-v1.64...community-v1.65)
+
+### Added
+
+* Add 2160p resolution to constants.
+
+### Fixed
+
+* Fix bad subroutine references.
+
+
## [community-v1.64](https://github.com/autodl-community/autodl-irssi/releases/tag/community-v1.64) (2017-03-18)
[Commits](https://github.com/autodl-community/autodl-irssi/compare/community-v1.63...community-v1.64)
diff --git a/PKGBUILD b/PKGBUILD
index 1b09fd012af9..9cd36cd9b3e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname='autodl-irssi-community'
_pkgname='autodl-irssi'
-pkgver=1.64
-pkgrel=2
+pkgver=1.65
+pkgrel=1
pkgdesc='Community fork of the plugin for irssi which monitors IRC announce channels and downloads torrents based on user defined filters.'
arch=('any')
url='https://github.com/autodl-community/autodl-irssi'
@@ -23,7 +23,7 @@ provides=("${_pkgname}")
replaces=("autodl-irssi-svn")
conflicts=("autodl-irssi-svn")
source=("https://github.com/autodl-community/${_pkgname}/archive/community-v${pkgver}.tar.gz")
-md5sums=('6bc8c713949897b683a8811ed57ec40c')
+md5sums=('96dd306e3bb0ac35842fb392a1e4d95b')
package() {
cd "$srcdir/${pkgname}-v${pkgver}"