summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHezekiah Michael2020-02-23 17:21:08 -0500
committerHezekiah Michael2020-02-23 17:21:08 -0500
commit3b1bc1ce16bd5f7446108e8a05d3c4e78f514341 (patch)
tree312e56da142b04ed949dc4f7dcfbf0a5d571058a
parent7976e17cfae630ab2415a8244f423d82911151b0 (diff)
downloadaur-3b1bc1ce16bd5f7446108e8a05d3c4e78f514341.tar.gz
Update to ver 1.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD8
3 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6692020f947..2c3bad828db3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = nextcloud-app-theming-customcss
pkgdesc = Custom CSS support for Nextcloud servers
- pkgver = 1.4.0
+ pkgver = 1.5.0
pkgrel = 1
url = https://github.com/juliushaertl/theming_customcss
arch = any
license = AGPL
depends = nextcloud
options = !strip
- source = theming_customcss-1.4.0::https://github.com/juliushaertl/theming_customcss/releases/download/v1.4.0/theming_customcss.tar.gz
- md5sums = 1ec9df991fe5274349cf9769cb5cf469
+ source = theming_customcss-1.5.0.tar.gz::https://github.com/juliushaertl/theming_customcss/releases/download/v1.5.0/theming_customcss.tar.gz
+ sha256sums = 327ec2028e3fa06bd0d70c6d08b1aff90f5ac71ce4a6886937d1a93053632c76
pkgname = nextcloud-app-theming-customcss
diff --git a/.gitignore b/.gitignore
index 043d4ff799a5..a0ab04ae7e5a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
*.tar.xz
+*.tar.gz
pkg
src
-theming_customcss-*
diff --git a/PKGBUILD b/PKGBUILD
index 5fb033a5ce5b..db365127914c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgdesc='Custom CSS support for Nextcloud servers'
pkgname=('nextcloud-app-theming-customcss')
-pkgver=1.4.0
+pkgver=1.5.0
pkgrel=1
arch=('any')
license=('AGPL')
@@ -10,13 +10,11 @@ url="https://github.com/juliushaertl/theming_customcss"
makedepends=()
depends=('nextcloud')
options=('!strip')
-source=("theming_customcss-${pkgver}::https://github.com/juliushaertl/theming_customcss/releases/download/v${pkgver}/theming_customcss.tar.gz")
+source=("theming_customcss-${pkgver}.tar.gz::https://github.com/juliushaertl/theming_customcss/releases/download/v${pkgver}/theming_customcss.tar.gz")
package() {
install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
cp -a "${srcdir}/theming_customcss" "${pkgdir}/usr/share/webapps/nextcloud/apps/theming_customcss"
}
-
-
-md5sums=('1ec9df991fe5274349cf9769cb5cf469')
+sha256sums=('327ec2028e3fa06bd0d70c6d08b1aff90f5ac71ce4a6886937d1a93053632c76')