summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHezekiah Michael2022-04-29 20:06:44 -0400
committerHezekiah Michael2022-04-29 20:06:44 -0400
commit9cabdb9d73a8fddd4f8b61ffa08f77bedb9de079 (patch)
treef3b8dbc8b1f7afc2890e9fc48c8b7b947356859d
parent4fb871b58b83c6825ae521adfb5154541978e611 (diff)
downloadaur-9cabdb9d73a8fddd4f8b61ffa08f77bedb9de079.tar.gz
Update to v1.11.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c654a556591..b9e28bb01bbd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = nextcloud-app-theming-customcss
pkgdesc = Custom CSS support for Nextcloud servers
- pkgver = 1.9.0
+ pkgver = 1.11.0
pkgrel = 1
url = https://github.com/juliushaertl/theming_customcss
arch = any
license = AGPL
depends = nextcloud
options = !strip
- 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
+ source = theming_customcss-1.11.0.tar.gz::https://github.com/juliushaertl/theming_customcss/releases/download/v1.11.0/theming_customcss.tar.gz
+ sha256sums = 6fc4fdae4552be5725e931ab962416775d57879c6d33fb7db23df7e6d46a6855
pkgname = nextcloud-app-theming-customcss
diff --git a/PKGBUILD b/PKGBUILD
index 611eab5fd146..ebee0820a80d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgdesc='Custom CSS support for Nextcloud servers'
pkgname=('nextcloud-app-theming-customcss')
-pkgver=1.9.0
+pkgver=1.11.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"
}
-sha256sums=('6cfef7356b211cd6f005f28ff646358849dc4095743539ae5400d8352f6d3015')
+sha256sums=('6fc4fdae4552be5725e931ab962416775d57879c6d33fb7db23df7e6d46a6855')