summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorczlabinger2024-02-29 10:46:29 +0100
committerczlabinger2024-02-29 10:46:29 +0100
commit4e8ef87c1a3a0d9060a2b4eaa0a1bae21d1e67cb (patch)
tree5baae1fe051a16473e690e7c953750673244c667
parent017e05ac23220a2e504d26e1d054642462804650 (diff)
downloadaur-4e8ef87c1a3a0d9060a2b4eaa0a1bae21d1e67cb.tar.gz
Updated versioning system
-rw-r--r--.SRCINFO5
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD3
3 files changed, 9 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3dcd6bbefb71..3e76bc8a1562 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
pkgbase = notion-calendar-electron
pkgdesc = A Electron-based Notion Calendar client
- pkgver = 1.119.0.1
+ pkgver = 1.0.2
pkgrel = 1
+ epoch = 1
url = https://www.notion.so/product/calendar
arch = x86_64
license = MIT
@@ -9,7 +10,7 @@ pkgbase = notion-calendar-electron
makedepends = git
depends = electron
provides = notion-calendar-electron
- source = https://github.com/czlabinger/notion-calendar-electron/archive/refs/tags/v1.119.0.1.tar.gz
+ source = https://github.com/czlabinger/notion-calendar-electron/archive/refs/tags/v1.0.2.tar.gz
sha256sums = SKIP
pkgname = notion-calendar-electron
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..31d27563afeb
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!.gitignore
+!PKGBUILD
+!.SRCINFO \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index c4fea22fae06..cac83ddb4c59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: Christof Zlabinger <stoffi05@pm.me>
pkgname='notion-calendar-electron'
-pkgver=1.119.0.1
+pkgver=1.0.2
pkgrel=1
+epoch=1
pkgdesc='A Electron-based Notion Calendar client'
arch=('x86_64')
url=https://www.notion.so/product/calendar