summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e56eca4caa15..d30cc541084f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = bottles
pkgdesc = Easily manage wineprefix
pkgver = 2.1.0.5
pkgrel = 1
- url = https://github.com/bottlesdevs/Bottles
+ url = https://usebottles.com
arch = x86_64
license = GPL3
makedepends = meson
@@ -10,7 +10,7 @@ pkgbase = bottles
depends = hicolor-icon-theme
depends = dconf
depends = python
- source = bottles-2.1.0.5.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2.1.0.5.tar.gz
+ source = 2.1.0.5.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2.1.0.5.tar.gz
sha256sums = SKIP
pkgname = bottles
diff --git a/PKGBUILD b/PKGBUILD
index b020f62281a6..0a1c36be0072 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/bottlesdevs/Bottles"
license=('GPL3')
depends=('hicolor-icon-theme' 'dconf' 'python')
makedepends=('meson' 'ninja')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}.tar.gz")
+source=("${pkgver}.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}.tar.gz")
sha256sums=('SKIP')
build() {