summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIyán Méndez Veiga2022-10-02 20:38:30 +0200
committerIyán Méndez Veiga2022-10-02 20:38:30 +0200
commitc7978e48893d7850960a4828ec756435b54acfb5 (patch)
treed90466b9aaf046a58b3c67003159182552f47128
parent94b836a81aa3edc4b7605ba410adf641a2d9c00b (diff)
downloadaur-kdeplasma-applets-fokus.tar.gz
upgpkg: kdeplasma-applets-fokus 1.5.5-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD14
3 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f348219ee1c..70b28db1ddad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = kdeplasma-applets-fokus
pkgdesc = A simple pomodoro KDE plasmoid
- pkgver = 1.5.4
+ pkgver = 1.5.5
pkgrel = 1
url = https://gitlab.com/divinae/focus-plasmoid
arch = any
license = GPL
depends = plasma-workspace
- source = https://gitlab.com/divinae/focus-plasmoid/-/archive/v1.5.4/focus-plasmoid-v1.5.4.tar.gz
- sha512sums = aa3093b8078a46a5c1477ed4027021dc26c3d73bc6763ed3fef528063f0feb661d5e06a169d0476f246b58a1e754a6bfc3439eb73a663dd2a40d60be6aa56565
+ source = https://gitlab.com/divinae/focus-plasmoid/-/archive/v1.5.5/focus-plasmoid-v1.5.5.tar.gz
+ b2sums = ce5d57d6a8746cda00a7fe0b5474e5d2af4dbccfc053e731408d91e31497bc9f790e25e986e79c750c3d8957929fc39c8991735b31154668b05690b26936b879
pkgname = kdeplasma-applets-fokus
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..fcc8a491256c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*.log
+*.tar.*
diff --git a/PKGBUILD b/PKGBUILD
index 1996799c1019..516bd4f462a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
pkgname=kdeplasma-applets-fokus
_gitpkgname=focus-plasmoid
-pkgver=1.5.4
+pkgver=1.5.5
pkgrel=1
pkgdesc="A simple pomodoro KDE plasmoid"
arch=('any')
-url="https://gitlab.com/divinae/$_gitpkgname"
+url="https://gitlab.com/divinae/focus-plasmoid"
license=('GPL')
depends=('plasma-workspace')
source=("https://gitlab.com/divinae/$_gitpkgname/-/archive/v$pkgver/$_gitpkgname-v$pkgver.tar.gz")
-sha512sums=('aa3093b8078a46a5c1477ed4027021dc26c3d73bc6763ed3fef528063f0feb661d5e06a169d0476f246b58a1e754a6bfc3439eb73a663dd2a40d60be6aa56565')
+b2sums=('ce5d57d6a8746cda00a7fe0b5474e5d2af4dbccfc053e731408d91e31497bc9f790e25e986e79c750c3d8957929fc39c8991735b31154668b05690b26936b879')
package() {
- cd "$_gitpkgname-v$pkgver"
- mkdir -p "$pkgdir/usr/share/plasma/plasmoids/fokus/"
- cp -r package/* "$pkgdir/usr/share/plasma/plasmoids/fokus/"
- install -Dm 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ cd "$_gitpkgname-v$pkgver"
+ mkdir -p "$pkgdir/usr/share/plasma/plasmoids/fokus/"
+ cp -r package/* "$pkgdir/usr/share/plasma/plasmoids/fokus/"
+ install -Dm 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}