summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitchell Augustin2022-01-06 14:14:52 -0600
committerMitchell Augustin2022-01-06 14:14:52 -0600
commit869df3e23a3521abd7500eba2c427e032bec58d4 (patch)
tree6ca791e22facfe89a4ae6431ddd3adf3b5c08bf5
parent19ccbee8643416356824ba372fca637dd9eebbb7 (diff)
downloadaur-869df3e23a3521abd7500eba2c427e032bec58d4.tar.gz
Updated to version Release 1.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a74c5453ce24..ef851046e5d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = spiral-notebook-bin
pkgdesc = Free-form notebook software with 'click anywhere to type' functionality, rich-text and image support, and a notebook-based file structure
- pkgver = 1.5
- pkgrel = 3
+ pkgver = 1.6
+ pkgrel = 1
url = https://mitchellaugustin.com/spiral/
arch = x86_64
license = GPL
depends = qt5-base>=5.9.0,
depends = qt5-declarative>=5.9.0
optdepends = qt5-styleplugins
- source = https://mitchellaugustin.com/spiral/versions/spiral-aur-1.5.tar.gz
+ source = https://mitchellaugustin.com/spiral/versions/spiral-linux-1.6.tar.gz
md5sums = SKIP
pkgname = spiral-notebook-bin
diff --git a/PKGBUILD b/PKGBUILD
index 02c01bfe3888..b26ff4eb20ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Mitchell Augustin <mitchell@mitchellaugustin.com>
# Maintainer: Levi Pinkard <levipinkard@gmail.com>
pkgname=spiral-notebook-bin
-pkgver=1.5
-pkgrel=3
+pkgver=1.6
+pkgrel=1
epoch=
pkgdesc="Free-form notebook software with 'click anywhere to type' functionality, rich-text and image support, and a notebook-based file structure"
arch=('x86_64')
@@ -20,21 +20,21 @@ backup=()
options=()
install=
changelog=
-source=("${url}versions/spiral-aur-${pkgver}.tar.gz")
+source=("${url}versions/spiral-linux-${pkgver}.tar.gz")
noextract=()
md5sums=(SKIP)
validpgpkeys=()
prepare() {
- cd "spiral-aur-${pkgver}"
+ cd "spiral-linux-${pkgver}"
}
check() {
- cd "spiral-aur-${pkgver}"
+ cd "spiral-linux-${pkgver}"
}
package() {
- cd "spiral-aur-${pkgver}"
+ cd "spiral-linux-${pkgver}"
install -Dm 755 Spiral.desktop "$pkgdir"/usr/share/applications/Spiral.desktop
install -Dm 755 spiral "$pkgdir"/usr/bin/spiral
install -Dm 755 spiral.png "$pkgdir"/usr/share/pixmaps/spiral.png