summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-10-17 13:19:33 +0800
committerzxp198210052023-10-17 13:19:33 +0800
commit3ec2efdc08359e186509990678bb44bb6cffd59e (patch)
treed4570e60703ea73b132d4dbded1d3a08e026044f
parent6346517eab367bcc1f49d8f7a9e7636bc7848cf0 (diff)
downloadaur-3ec2efdc08359e186509990678bb44bb6cffd59e.tar.gz
update to 1.8.19.r30.g7012040
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b7c11b309a8..9e8f422fc3c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -36,8 +36,6 @@ pkgbase = motrix-git
provides = motrix=1.8.19.r30.g7012040
conflicts = motrix
source = motrix.git::git+https://github.com/agalwood/Motrix.git
- source = motrix.sh
sha256sums = SKIP
- sha256sums = 796025eedc90563291e822f292d46633b0f79cf2787fd6ffa48932a059c4203f
pkgname = motrix-git
diff --git a/PKGBUILD b/PKGBUILD
index e2dbb2c914f8..b2f0892c9795 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,10 +13,8 @@ depends=('libxcb' 'gcc-libs' 'dbus' 'libxdamage' 'alsa-lib' 'mesa' 'gtk3' 'libxk
makedepends=('gendesk' 'git' 'yarn' 'npm>=9.8.1' 'nodejs>=18.18.0')
provides=("${pkgname%-git}=${pkgver}")
conflicts=("${pkgname%-git}")
-source=("${pkgname//-/.}::git+https://github.com/agalwood/Motrix.git"
- "${pkgname%-git}.sh")
-sha256sums=('SKIP'
- '796025eedc90563291e822f292d46633b0f79cf2787fd6ffa48932a059c4203f')
+source=("${pkgname//-/.}::git+https://github.com/agalwood/Motrix.git")
+sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/${pkgname//-/.}"
git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'