summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFélix Piédallu2022-11-10 14:06:51 +0100
committerFélix Piédallu2022-11-10 14:06:51 +0100
commite06e3122c016701fca27bf7eb23dba36f80891ab (patch)
treecb4e6fd9d2010222f0d7ceb3d94fa4b905a46503
parent394f2debcb14cb511df6201a2d862b49a2587fa8 (diff)
downloadaur-e06e3122c016701fca27bf7eb23dba36f80891ab.tar.gz
use my own repo
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4343a2a58314..6ac3523c929f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = syncthing-gtk-python3
pkgdesc = GTK3 based GUI and notification area icon for Syncthing. Python 3 port with Debian sources.
- pkgver = 0.9.4.4
- pkgrel = 3
+ pkgver = 0.9.4.5
+ pkgrel = 1
epoch = 1
- url = https://salsa.debian.org/debian/syncthing-gtk
+ url = https://github.com/Salamandar/syncthing-gtk
arch = any
license = GPL2
makedepends = python-setuptools
@@ -17,9 +17,9 @@ pkgbase = syncthing-gtk-python3
depends = python-gobject
conflicts = syncthing-gtk
replaces = syncthing-gtk
- source = git+https://salsa.debian.org/debian/syncthing-gtk.git#tag=debian/0.9.4.4+ds+git20200927+d09a2ef-3
+ source = https://github.com/salamandar/syncthing-gtk/archive/v0.9.4.5.tar.gz
source = kde-statusicon.patch
- sha256sums = SKIP
+ sha256sums = 19d234b3a4514420cf123ae1b477590684e11dd54b7fa208c0b19e9dccf2c465
sha256sums = 109d8c970045e60251fc64865f05322b23a0995ee6725be02905941cb3a1ae0d
pkgname = syncthing-gtk-python3
diff --git a/PKGBUILD b/PKGBUILD
index 6b6f931cd05f..d33977f43862 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,13 @@
_pkgname=syncthing-gtk
pkgname=syncthing-gtk-python3
-pkgver=0.9.4.4
-pkgrel=3
+pkgver=0.9.4.5
+pkgrel=1
epoch=1
pkgdesc='GTK3 based GUI and notification area icon for Syncthing. Python 3 port with Debian sources.'
arch=('any')
-url='https://salsa.debian.org/debian/syncthing-gtk'
+# url='https://salsa.debian.org/debian/syncthing-gtk'
+url='https://github.com/Salamandar/syncthing-gtk'
license=('GPL2')
conflicts=( 'syncthing-gtk' )
replaces=( 'syncthing-gtk' )
@@ -20,12 +21,11 @@ depends=(
)
makedepends=('python-setuptools' 'git')
source=(
- "git+${url}.git#tag=debian/0.9.4.4+ds+git20200927+d09a2ef-3"
- # $pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz
+ $pkgname-$pkgver.tar.gz::https://github.com/salamandar/syncthing-gtk/archive/v$pkgver.tar.gz
kde-statusicon.patch
)
sha256sums=(
- 'SKIP'
+ '19d234b3a4514420cf123ae1b477590684e11dd54b7fa208c0b19e9dccf2c465'
'109d8c970045e60251fc64865f05322b23a0995ee6725be02905941cb3a1ae0d'
)