summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTércio Martins2021-07-28 22:06:46 -0300
committerTércio Martins2021-07-28 22:06:46 -0300
commit1d3ad8197778986c1447ffc691d00883fdf3e444 (patch)
treeae3462fbfc9d5095155bac6e80320eb3c509c826
parent164154be17ae3323dce36787c5cc6236c28429da (diff)
downloadaur-1d3ad8197778986c1447ffc691d00883fdf3e444.tar.gz
Remove unnecessary line in "cmake" command
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 946cd9e940fc..6a4a8f291d5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = olive-git
pkgdesc = Free non-linear video editor
pkgver = continuous.r1090.g5254be3fb
- pkgrel = 1
+ pkgrel = 2
url = https://www.olivevideoeditor.org/
arch = pentium4
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 14c5a37a7bc0..bc3c44be1598 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=olive-git
_pkgname=${pkgname%-*}
pkgver=continuous.r1090.g5254be3fb
-pkgrel=1
+pkgrel=2
arch=('pentium4' 'x86_64')
pkgdesc="Free non-linear video editor"
url="https://www.olivevideoeditor.org/"