summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArchisman Panigrahi2021-05-26 18:29:06 +0530
committerArchisman Panigrahi2021-05-26 18:29:06 +0530
commit9e784f5c3592d62ae25b73086316745452f6bdf5 (patch)
tree7db497dfa0ba9b48eb2714cb103fa70cacf7e265
parent0605724625c81d54fcc4230f47bfb1ac2e7e9869 (diff)
downloadaur-9e784f5c3592d62ae25b73086316745452f6bdf5.tar.gz
fix link
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cca2764ffd47..a9fbe9d7d3e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = share-preview-bin
depends = glib2
provides = share-preview
conflicts = share-preview
- source = share-preview-bin-0.1.2.tar.gz::https://github.com/apandada1/share-preview/releases/download/0.1.2/-0.1.2.tar.gz
+ source = share-preview-bin-0.1.2.tar.gz::https://github.com/apandada1/share-preview/releases/download/0.1.2/share-preview-bin-0.1.2.tar.gz
sha256sums = SKIP
pkgname = share-preview-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4a16b1e6f94e..370573819aba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('GPL3')
provides=('share-preview')
conflicts=('share-preview')
depends=('gtk4' 'libadwaita' 'glib2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/apandada1/share-preview/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/apandada1/share-preview/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=('SKIP')
package() {