summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2022-02-27 22:56:50 +0100
committerNarrat2022-02-27 22:56:50 +0100
commit87406ac675371144a389c7bc3fc8a364c70fcdb7 (patch)
treec94a213ef8a7df5582b333bb38f4607cb1cdebc6
parent598ed6d9bcc879d2024a557dd16671d9ca169d6e (diff)
downloadaur-87406ac675371144a389c7bc3fc8a364c70fcdb7.tar.gz
resynthesizer: git:// is deprecated
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38c6c2f35f99..d959b8af3488 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gimp-plugin-resynthesizer-git
pkgdesc = Suite of gimp plugins for texture synthesis (like heal-selection). Git-Version
- pkgver = 2.0.3.r0.gb10d6ed
+ pkgver = 2.0.3.r23.gb6ff907
pkgrel = 1
url = https://github.com/bootchk/resynthesizer
arch = i686
@@ -13,8 +13,7 @@ pkgbase = gimp-plugin-resynthesizer-git
conflicts = gimp-resynth
conflicts = gimp-resynth-git
options = !emptydirs
- source = git://github.com/bootchk/resynthesizer#branch=master
+ source = git+https://github.com/bootchk/resynthesizer#branch=master
md5sums = SKIP
pkgname = gimp-plugin-resynthesizer-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 85c3d953979d..2f63060283ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=resynthesizer
pkgname=gimp-plugin-$_pkgname-git
-pkgver=2.0.3.r0.gb10d6ed
+pkgver=2.0.3.r23.gb6ff907
pkgrel=1
pkgdesc="Suite of gimp plugins for texture synthesis (like heal-selection). Git-Version"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ makedepends=('git' 'intltool')
conflicts=('gimp-resynth' 'gimp-resynth-git')
provides=("${pkgname/-git/}=2.0")
options=('!emptydirs')
-source=('git://github.com/bootchk/resynthesizer#branch=master')
+source=('git+https://github.com/bootchk/resynthesizer#branch=master')
md5sums=('SKIP')