summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2020-12-18 15:50:13 -0300
committerGonzalo Exequiel Pedone2020-12-18 15:50:13 -0300
commit6a1a477fbb0d74a9f85031ebbc582fd831ef9d6a (patch)
treeea35608adc73c25b5434aae0e5c212419aecb5a7
parent1d885bb2cbc19c3c36985ff17287238368f90ba8 (diff)
downloadaur-6a1a477fbb0d74a9f85031ebbc582fd831ef9d6a.tar.gz
Source tarball now includes pkgname.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31c00f4fcfb6..9f5b13850428 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = webcamoid
pkgdesc = Webcamoid is a full featured webcam capture application.
pkgver = 8.7.1
- pkgrel = 1
+ pkgrel = 2
url = https://webcamoid.github.io/
install = webcamoid.install
arch = i686
@@ -39,7 +39,7 @@ pkgbase = webcamoid
optdepends = kdesudo: Root privileges for virtual camera module
provides = webcamoid
conflicts = webcamoid-git
- source = https://github.com/webcamoid/webcamoid/archive/8.7.1.tar.gz
+ source = webcamoid-8.7.1.tar.gz::https://github.com/webcamoid/webcamoid/archive/8.7.1.tar.gz
sha256sums = e0c033b0421e3ee626456fcc6e7c39d322be646a96a53352f74c3b5dc5fd5435
pkgname = webcamoid
diff --git a/PKGBUILD b/PKGBUILD
index 96c1e9b29938..d21506ea8ff2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=webcamoid
pkgver=8.7.1
-pkgrel=1
+pkgrel=2
pkgdesc="Webcamoid is a full featured webcam capture application."
url='https://webcamoid.github.io/'
license=('GPL')
@@ -39,7 +39,7 @@ makedepends=('v4l-utils'
provides=('webcamoid')
conflicts=('webcamoid-git')
install="${pkgname}.install"
-source=("https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('e0c033b0421e3ee626456fcc6e7c39d322be646a96a53352f74c3b5dc5fd5435')
build() {