summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHezekiah Michael2021-08-31 14:30:27 -0400
committerHezekiah Michael2021-08-31 14:30:27 -0400
commit588bdd83c34a9b4806400aa17fbe2a9fc5b4e785 (patch)
tree9bc754aafb70a7ddfd744226905f74a94575be25
parentf849eb7e473e43db5a08102b81f81885df32462a (diff)
downloadaur-588bdd83c34a9b4806400aa17fbe2a9fc5b4e785.tar.gz
update to 1.9.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 324f01c3c3ec..1c654a556591 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = nextcloud-app-theming-customcss
pkgdesc = Custom CSS support for Nextcloud servers
- pkgver = 1.8.0
+ pkgver = 1.9.0
pkgrel = 1
url = https://github.com/juliushaertl/theming_customcss
arch = any
license = AGPL
depends = nextcloud
options = !strip
- source = theming_customcss-1.8.0.tar.gz::https://github.com/juliushaertl/theming_customcss/releases/download/v1.8.0/theming_customcss.tar.gz
- md5sums = b546a3395ff241fa7a6a8172536e30de
+ source = theming_customcss-1.9.0.tar.gz::https://github.com/juliushaertl/theming_customcss/releases/download/v1.9.0/theming_customcss.tar.gz
+ sha256sums = 6cfef7356b211cd6f005f28ff646358849dc4095743539ae5400d8352f6d3015
pkgname = nextcloud-app-theming-customcss
-
diff --git a/PKGBUILD b/PKGBUILD
index a4dfa4cfcf44..611eab5fd146 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgdesc='Custom CSS support for Nextcloud servers'
pkgname=('nextcloud-app-theming-customcss')
-pkgver=1.8.0
+pkgver=1.9.0
pkgrel=1
arch=('any')
license=('AGPL')
@@ -17,4 +17,4 @@ package() {
install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
cp -a "${srcdir}/theming_customcss" "${pkgdir}/usr/share/webapps/nextcloud/apps/theming_customcss"
}
-md5sums=('b546a3395ff241fa7a6a8172536e30de')
+sha256sums=('6cfef7356b211cd6f005f28ff646358849dc4095743539ae5400d8352f6d3015')