diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-01-08 14:30:38 -0200 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-01-08 14:30:38 -0200 |
commit | 602e1425e0f84a787bd9af91645e352c2e2f261d (patch) | |
tree | e67b93dad189a3553d1b5cc1877906e8c964d104 /libre/midori-libre | |
parent | af366e4fc114db59a7852a12ca186a99c68e0d58 (diff) | |
download | abslibre-602e1425e0f84a787bd9af91645e352c2e2f261d.tar.gz abslibre-602e1425e0f84a787bd9af91645e352c2e2f261d.tar.bz2 abslibre-602e1425e0f84a787bd9af91645e352c2e2f261d.zip |
midori-libre: add libre prefix on our source code
Diffstat (limited to 'libre/midori-libre')
-rw-r--r-- | libre/midori-libre/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/midori-libre/PKGBUILD b/libre/midori-libre/PKGBUILD index 25f745694..0871de5d4 100644 --- a/libre/midori-libre/PKGBUILD +++ b/libre/midori-libre/PKGBUILD @@ -27,9 +27,9 @@ optdepends=('gstreamer0.10-base-plugins: HTML5 OGG videos support' 'aria2: download utility') options=('!emptydirs') mksource=("http://www.midori-browser.org/downloads/${_pkgname}_${pkgver}_all_.tar.bz2") -source=("https://repo.parabolagnulinux.org/sources/${_pkgname}_${pkgver}_all_.tar.bz2") -mksha256sums=('463200bb67c35fc4fa7447689174676aba02aa6ec1cec476ca0e83b0d50f65d6') -sha256sums=('c5be1b5d9933776f09c5cab7945a073a820d65555e51fda9ff55fd063843f24a') +source=("https://repo.parabolagnulinux.org/sources/${pkgname}_${pkgver}_all_.tar.bz2") +mksha256sums=('c5be1b5d9933776f09c5cab7945a073a820d65555e51fda9ff55fd063843f24a') +sha256sums=('463200bb67c35fc4fa7447689174676aba02aa6ec1cec476ca0e83b0d50f65d6') mksource() { cd "$_pkgname-$pkgver" |