summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c70935f7a5f4..a2258105534e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = aplugedit-git
pkgdesc = APlugEdit is a graphical schematic editor for ALSA .asoundrc file
- pkgver = 20201225.ac2c32a
- pkgrel = 1
+ pkgver = 20220404.c22282a
+ pkgrel = 2
url = https://github.com/kernel1024/aplugedit
arch = i686
arch = x86_64
@@ -11,8 +11,7 @@ pkgbase = aplugedit-git
depends = alsa-lib
depends = ladspa
optdepends = gstreamer: Sample player support with interactive debug logging
- source = git://github.com/kernel1024/aplugedit.git
+ source = git+https://github.com/kernel1024/aplugedit.git
md5sums = SKIP
pkgname = aplugedit-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 09c1a8a1383c..a6d8fb268908 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=aplugedit-git
_pkgname=aplugedit
-pkgver=20201225.ac2c32a
-pkgrel=1
+pkgver=20220404.c22282a
+pkgrel=2
pkgdesc="APlugEdit is a graphical schematic editor for ALSA .asoundrc file"
arch=('i686' 'x86_64')
url="https://github.com/kernel1024/aplugedit"
@@ -13,7 +13,7 @@ depends=('qt5-base>=5.10.0' 'alsa-lib' 'ladspa')
optdepends=('gstreamer: Sample player support with interactive debug logging' )
makedepends=('git')
-source=("git://github.com/kernel1024/aplugedit.git")
+source=("git+https://github.com/kernel1024/aplugedit.git")
md5sums=('SKIP')
pkgver() {