summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Gamble2022-01-23 22:48:32 +1100
committerMatthew Gamble2022-01-23 22:48:32 +1100
commit6612b17343ee786d2481a0ec6b1b0ee7dc081db1 (patch)
tree18b420492fff44d1a26003454ccd555c2716d1e7
parent3800cbd4b63d6b89c739d8cf839b3e4713b7bb41 (diff)
downloadaur-snapdrop.tar.gz
Update to latest release, minor package cleanup
-rw-r--r--.SRCINFO7
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD6
3 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f14ca14683a1..1bc409901058 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = snapdrop
pkgdesc = A Progressive Web App for local file sharing
- pkgver = 2021.03.10
+ pkgver = 2022.1.6
pkgrel = 3
url = https://github.com/RobinLinus/snapdrop
arch = any
@@ -8,14 +8,13 @@ pkgbase = snapdrop
license = MIT
makedepends = npm
depends = nodejs
- source = https://github.com/RobinLinus/snapdrop/archive/fad4632eb903ea6de9ecbec90df0ac6bd7410e68.tar.gz
+ source = https://github.com/RobinLinus/snapdrop/archive/bd3d13d48a754121b53aa91034579466937ff2e3.tar.gz
source = customise-server-host-addr.patch
source = example-nginx.conf
source = snapdrop.service
- sha256sums = 8886ae45aa5910606c8125e27cc589ae26fe162eedc11a396ca864f4788f2c2a
+ sha256sums = a447d1071a2f9e094af95534522b9dae354e8f0bf842817b32165ca062c01ba5
sha256sums = c91545d65af2bfd6f09e05c7263b00340a98870ee9f3ded7447891e56b296fb6
sha256sums = 9bd2e544a4c3ac7e3d865881c02bb5c829aef5f34302f7a082c9724d85145930
sha256sums = 5d7f5efe54122221785ceeaa0b92873ce618a7d4160abf14b41c196bed2953db
pkgname = snapdrop
-
diff --git a/.gitignore b/.gitignore
index fefba76be301..e38eb34d4ee1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,4 @@
/pkg/
/src/
-
*.pkg.tar.*
*.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index e9d490d6987b..ae0b7297aed6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Matthew Gamble <git@matthewgamble.net>
pkgname="snapdrop"
-pkgver=2021.03.10
+pkgver=2022.1.6
pkgrel=3
-_githash="fad4632eb903ea6de9ecbec90df0ac6bd7410e68"
+_githash="bd3d13d48a754121b53aa91034579466937ff2e3"
pkgdesc="A Progressive Web App for local file sharing"
url="https://github.com/RobinLinus/snapdrop"
license=("GPL3" "MIT")
@@ -17,7 +17,7 @@ source=(
"snapdrop.service"
)
sha256sums=(
- "8886ae45aa5910606c8125e27cc589ae26fe162eedc11a396ca864f4788f2c2a"
+ "a447d1071a2f9e094af95534522b9dae354e8f0bf842817b32165ca062c01ba5"
"c91545d65af2bfd6f09e05c7263b00340a98870ee9f3ded7447891e56b296fb6"
"9bd2e544a4c3ac7e3d865881c02bb5c829aef5f34302f7a082c9724d85145930"
"5d7f5efe54122221785ceeaa0b92873ce618a7d4160abf14b41c196bed2953db"