summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Heinrich2020-10-13 08:08:56 +0000
committerJonas Heinrich2020-10-13 08:08:56 +0000
commit9958c5104995b8342928fb24f529413478703535 (patch)
tree793b51d778bf4f210687ad26f9b6affd6632d4f9
parent2a054ecabc01789aef3f25bf1653ed9df051c384 (diff)
downloadaur-9958c5104995b8342928fb24f529413478703535.tar.gz
updated to version 0.0.4
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b662461625e..593cabd03af2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = nextcloud-integration-reddit
pkgdesc = Reddit integration into Nextcloud
- pkgver = 0.0.3
+ pkgver = 0.0.4
pkgrel = 1
url = https://github.com/nextcloud/integration_reddit
arch = any
license = AGPL3
depends = nextcloud
options = !strip
- source = https://github.com/nextcloud/integration_reddit/releases/download/v0.0.3/integration_reddit-0.0.3.tar.gz
- sha512sums = 8772d6030cebc38a76439631069191ea50115ffe6d8be51825e9b41ade6e4b676afdb240ad5a65377334d07726031b05475a1ae5e7210a9bf70dbd77329e76e4
+ source = https://github.com/nextcloud/integration_reddit/releases/download/v0.0.4/integration_reddit-0.0.4.tar.gz
+ sha512sums = aa1fc066557f160e35676ce40062e399228e4da40f6e27120bd60bdf05dd7a3e8c91c3a6ed4dd5ab30040885e4622387b0b8b9eb363db1e443544a258a7ad856
pkgname = nextcloud-integration-reddit
diff --git a/PKGBUILD b/PKGBUILD
index 3314911209d6..7d7710653d44 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
pkgname=nextcloud-integration-reddit
-pkgver=0.0.3
+pkgver=0.0.4
pkgrel=1
pkgdesc="Reddit integration into Nextcloud"
arch=('any')
@@ -12,7 +12,7 @@ depends=('nextcloud')
makedepends=()
options=('!strip')
source=("https://github.com/nextcloud/integration_reddit/releases/download/v${pkgver}/integration_reddit-${pkgver}.tar.gz")
-sha512sums=('8772d6030cebc38a76439631069191ea50115ffe6d8be51825e9b41ade6e4b676afdb240ad5a65377334d07726031b05475a1ae5e7210a9bf70dbd77329e76e4')
+sha512sums=('aa1fc066557f160e35676ce40062e399228e4da40f6e27120bd60bdf05dd7a3e8c91c3a6ed4dd5ab30040885e4622387b0b8b9eb363db1e443544a258a7ad856')
package() {
install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"