summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Cousin2023-08-03 10:11:01 +0200
committerMarc Cousin2023-08-03 10:11:01 +0200
commit5b629240ebaaa1e72dcb150c14a22db7277d85ab (patch)
tree54693fe07d4fb8e0b9fb5178b863c97e8e70e21d
parent4a149d47b6131ee2621116aa704af13f84497727 (diff)
downloadaur-5b629240ebaaa1e72dcb150c14a22db7277d85ab.tar.gz
Make namcap happier
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1830a1daf55f..99d24bb02b35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = pgmodeler
depends = postgresql-libs
depends = libxml2
options = emptydirs
- source = https://github.com/pgmodeler/pgmodeler/archive/v1.0.5.tar.gz
+ source = pgmodeler-1.0.5.tar.gz::https://github.com/pgmodeler/pgmodeler/archive/v1.0.5.tar.gz
source = mimetype.xml
source = pgmodeler.install
source = patch_no_check_update.diff
diff --git a/PKGBUILD b/PKGBUILD
index fc3c6eca665d..9a9d5732979e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('GPL3')
arch=('x86_64')
depends=('qt6-svg' 'postgresql-libs' 'libxml2')
-source=("https://github.com/$pkgname/$pkgname/archive/v${pkgver//_/-}.tar.gz"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v${pkgver//_/-}.tar.gz"
'mimetype.xml'
'pgmodeler.install'
'patch_no_check_update.diff'